idk why but the hot key combo on my windows comp with vscode and code runner stopped working, though the play button (not the debug play button) in the top right corner affiliated with the extension (and has the 'same' hot key combo) works.
EDIT:
I usually get a VScode message when I use the hot key combo that reads 'INFO: Code language not supported or defined.'
Starting from today, Ctrl+Alt+N doesn't work with an "INFO" message of "Code language not supported or defined."; however, using the play button or pressing Ctrl+Alt+J and selecting python, runs the code.
I tried settings like
"code-runner.executorMapByFileExtension": {
".py":"python"
},
"code-runner.languageIdToFileExtensionMap": {
"python":".py"
},
too, with no success.
Hi @jessekrubin , @mmsaffari , sorry for the issue. I have published a new version to fix this. Please have a try.
Hello @formulahendry and thank you very much for this very quick fix.
It's working just fine now :)
Actually that happened to me today, removing the package "streetsidesoftware.code-spell-checker" the behavior revert back to normal. I don't know if it's a bug with the package or a conflict.
EDIT:
I tried to add it again and it's working, so probably was a bug with the package. Thanks for that quick fix @formulahendry
@adonis07 , it should be the code bug of Code Runner I released several hours ago. Now it has been fixed.
@mmsaffari
IM NOT GOING CRAZY!?
I tried those settings as well. Nothing worked.
play button and ctrl + alt + n does not run code... error ---> code is already running!
and user can not input data in terminal get error ---> cannot edit in read only editor, but when run, my program requires users to input data!
What does work -----> right click, run file in terminal... now my code runs and I can input data as required by my program/script
It was working fine now its not. I did not install any extensions just running code.
Try turning on Numlock, this worked for me. I have zero idea why this works
Most helpful comment
Hi @jessekrubin , @mmsaffari , sorry for the issue. I have published a new version to fix this. Please have a try.