Common problems - Sarrus1/sourcepawn-studio GitHub Wiki
How to fix "Not a .sp file, aborting" ?
This usually happens when you have sourcepawn.MainPath
set but don't actually need it. This setting is only to be used for large projects with multiple .sp
files, as a way to provide an entry point for the compiler.
Don't use this setting if you don't need to.
NOTE: This error shouldn't appear as much as of version 1.12.0.
How to fix "Command not found" ?
The Command not found
error means that the extension could not start properly.
This is usually due to the user trying to open a single file only and not a folder.
As of version 1.12.0, this is partly supported, however, for full support, please open a folder when editing a project, and not just the .sp
file.