cheshirekow / cmake_format

Source code formatter for cmake listfiles.
GNU General Public License v3.0
941 stars 103 forks source link

Correct path substitution in VS Code extension #328

Open marthinsen opened 11 months ago

marthinsen commented 11 months ago

Use the filesystem path fsPath and not just path when substituting ${workspaceFolder}.

Closes #327