Sarrus1 / sourcepawn-studio

VSCode extension for SourcePawn scripting
https://sarrus1.github.io/sourcepawn-studio/
MIT License
140 stars 22 forks source link

No longer able to compile .sp with 6.0.3 on macOS #344

Closed kelvinthh closed 10 months ago

kelvinthh commented 10 months ago

Basic informations

Further Information

I'm no longer able to compile any .sp file after auto updating to 6.0.3, and have to rollback to 6.0.2 in order to work, the compile button on the top right corner disappears on 6.0.3:

6.0.3 While in 6.0.2: 6.0.2

To Reproduce

Update the extension from 6.0.2 to 6.0.3

Code to reproduce the behaviour

Expected behaviour

Should be able to compile via clicking the green play button at the top right corner.

Error messages

I also tried manually run the compile command by F5 on 6.0.3:

Sarrus1 commented 10 months ago

Does the linter work at all? It should try to call rosetta, just like the compile option. I will try to repro in a few hours 👍

Sarrus1 commented 10 months ago

I also tried manually run the compile command by F5 on 6.0.3:

By the way, F5 is for debugging, you should use CMD+SHIFT+D 👍