ericchase

Results 53 comments of ericchase

this is an issue with code-runner config placeholders adding in unnecessary quotes. i resolved this issues in my forked version https://github.com/ericchase/vsce--code-runner-fork/issues/1 - Removed the quotes from customized parameters (placeholders) like...

"code-runner.executorMap": { "code-text-binary": ".\\$fileName", ~~already available~~ ~~make sure vscode views your .exe files as code-text-binary~~

ok, you are right, if the file is open it will run, but seems like it won't run from the menu

might add this to my fork

- killing process is easy to do - no clue about the exe file issue, will have to look into that other extension

not possible in the code. you would need to modify the package.json file of the extension itself. you *can* modify the cached extension package.json file itself, but it's not an...

that's a runtime issue (specifically, node)

wasn't able to reproduce in vscode 1.105.1 do you still have this issue? was it possibly a vscode bug?

> So, to me the Code Runner is not running the latest version of python. you can change your map executor setting to use python3 instead of python. this is...