You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find it fails to change CWD when I switch "code-runner.runInTerminal" to true (I type C: in terminal window in advance):
works well in Output
fails in Terminal
And I do not prefer to do some tricks in "code-runner.executorMap" (e.g. cd /d $dir && ...) 'cause it seems a bit messy, can you make some changes in terminal such as cd /path/to/file before running the code while "code-runner.fileDirectoryAsCwd" is set to be "true"? Thanks a lot ! 😛
The text was updated successfully, but these errors were encountered:
config:
I find it fails to change
CWD
when I switch"code-runner.runInTerminal"
totrue
(I typeC:
in terminal window in advance):Output
Terminal
And I do not prefer to do some tricks in
"code-runner.executorMap"
(e.g.cd /d $dir && ...
) 'cause it seems a bit messy, can you make some changes in terminal such ascd /path/to/file
before running the code while"code-runner.fileDirectoryAsCwd"
is set to be "true"? Thanks a lot ! 😛The text was updated successfully, but these errors were encountered: