Command 'nextbasic.run' not found
MightyAxle opened this issue · 3 comments
MightyAxle commented
Hi
I am having problems running a simple program like :
10 PRINT"HELLO WORLD"
20 GOTO 10
When the program is compiled via Visual Studio Code using NextBASIC it returns with an error (command 'nextbasic.run' not found)
I'm running everything on a PC and have the correct paths and arguments setup in the extensions settings whilst using NextBASIC 1.7.1
I had tried everything on two other Laptops using Windows 10 and I get the same results.
Any advice would be great!
Many thanks.
remy commented
MightyAxle commented
remy commented
Ah, that explains it. The commands are language specific, so if you're not in NextBASIC language, vscode doesn't try to load or run the NextBASIC commands.
Glad it's sorted though.