fabiospampinato / vscode-terminals

An extension for setting-up multiple terminals at once, or just running some commands.
MIT License
121 stars 19 forks source link

Cwd throws an error when using variable substitution in 1.12.5 #26

Closed brian-mann closed 5 years ago

brian-mann commented 5 years ago

I currently use this configuration...

{
  "name": "packages/server test-e2e",
  "focus": true,
  "onlySingle": true,
  "execute": false,
  "cwd": "[cwd]/packages/server",
  "command": "npm run test-e2e -- --spec name"
},

As of 1.12.5 this now throws an error that cwd doesn't exist. Likely due to not applying the variable substitution prior to checking if the path exists.

fabiospampinato commented 5 years ago

My mistake, fixed in v1.12.6, thank you.