Fixed:
- Use
cd /d
for setting the working directory, accommodating drive changes
API Changes:
- The commands now accept a
vscode.Uri
argument and return aPromise<boolean>
indicating whether the file was executed or not
cd /d
for setting the working directory, accommodating drive changesvscode.Uri
argument and return a Promise<boolean>
indicating whether the file was executed or not