Closed HerrMagiic closed 1 year ago
Hey i have a problem with compiling .sp files on my linux system. Maybe my settings are wrong but i can figure out what causes the problem
{ "sourcepawn.MainPath": "/home/orizon_surf/serverfiles/csgo/addons/sourcemod/scripting/", "sourcepawn.outputDirectoryPath": "/home/orizon_surf/serverfiles/csgo/addons/sourcemod/scripting/compiled/", "sourcepawn.SourcemodHome": "/home/orizon_surf/serverfiles/csgo/addons/sourcemod/scripting/include", "sourcepawn.SpcompPath": "/home/orizon_surf/serverfiles/csgo/addons/sourcemod/scripting/include/spcomp", "sourcepawn.availableAPIs": [ { "name": "", "SMHomePath": "", "compilerPath": "" } ], "sourcepawn.MainPathCompilation": false, "sourcepawn.compilerOptions": [ "-O2", "-v2" ], "sourcepawn.linterCompilerOptions": [ ] }
here is what happens when i click compile file:
That it will compile the selected file
Thanks for helping
spcomp needed execute permissions
Hello, glad you managed to fix the issue!
I think I know why the extension was not putputting any error message.
would be cool to add a permission missing message or something
Basic informations
Further Information
Hey i have a problem with compiling .sp files on my linux system. Maybe my settings are wrong but i can figure out what causes the problem
My settings.json
here is what happens when i click compile file:
Expected behaviour
That it will compile the selected file
End
Thanks for helping