fvdhoef / aquarius-plus

Official Aquarius+ repository
MIT License
43 stars 9 forks source link

Running program in Emulator from VSCode problem when using an 'autoexec' file. #73

Open jwpyle3 opened 5 months ago

jwpyle3 commented 5 months ago

I've been trying our VSCode to create some simple programs. When I hit CMD+ SHIFT + B and RETURN to run the program in the emulator, it loads the emulator and if I an using an 'autoexec' file I get a syntax error:

Ok RUN "autoexec Ok "hello.aqx" Syntax error

If I disable the 'autoexec' file then I get this:

Ok run"hello.aqx" Hello World! Ok

Looks like the 'run' is being cut off when the 'autoexec' is executed.