formulahendry / formulahendry/vscode-code-runner
Allow executorMap strings to work across drives (Windows)
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
In case the terminal's working directory isn't where the code being run lives. Unless there are reasons not to (bit of a noob here), it just requires adding the `/d` switch:
`".kt": "cd $dir && kotlinc $fileName....`
->
`".kt": "cd /d $dir && kotlinc $fileName`
Cheers.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.