formulahendry/vscode-code-runner
[Done] exited with code=-4058 in 0.002 seconds | code runner works in terminal
开放
#357 创建于 2018年9月3日
help wantedneed more info
仓库指标
- 星标
- (2,408 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
I am new to vs code, but I find it kind of fascinating. There is an issue I encountered with code runner, when I run a cpp or python or node js file (not sure of other format) with code-runner.runInTerminal: false setting , it stop with following output
[Running] node "******************\tic.js
[Done] exited with code=-4058 in 0.002 seconds
Where as with this setting set to true, code run just fine in terminal. I cannot find any relevant thread on this issue, Please look into it.
