wk-j / vscode-save-and-run

Visual Studio Code extension to run commands whenever a file is saved https://marketplace.visualstudio.com/items?itemName=wk-j.save-and-run
Apache License 2.0
32 stars 7 forks source link

Placeholder tokens do not work on Windows #43

Open runxel opened 3 years ago

runxel commented 3 years ago

E.g. use the ${workspaceFolder} placeholder which will lead to /C:/some/folder instead of C:/some/folder. Notice the extra slash. Makes this plugin unusable on Windows :(

Sindisil commented 2 years ago

I'm wondering if this is fixed by commit dae1b6624e8de698e94263d36a1b1bb905ca5e03 in parent repo? That patch was applied after this fork was made, and hasn't been subsequently merged here.