seunlanlege / vscode-action-buttons

VsCode extension for custom status bar buttons
90 stars 25 forks source link

Change the working directory #25

Open guillermoarb opened 5 years ago

guillermoarb commented 5 years ago

Hi, what is the right syntax to set a different working directory in the "cwd" setting ?? By example if my working directory is Source and then I want to exeute something inside Source/Test... the sintax for cmd..should be something like "cwd": "../Test" ??? I have tried many ways but it does not work. Thanks

redking00 commented 5 years ago

Hi, Currently it is an absolute path. May be useful interpolate the cwd parameter (with the vscode vars) too.

sailorfeng commented 5 years ago

Thank for the plugin, and expecting relative path supported!