-
-
Notifications
You must be signed in to change notification settings - Fork 23
Common problems
Charles edited this page Sep 9, 2021
·
1 revision
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.
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.