View Single Post
Abhinash
Senior Member
Join Date: Jan 2015
Location: India,kolkata
Old 09-07-2021 , 21:44   Re: [Editor] AMXXPawn for Visual Studio Code
Reply With Quote #180

Quote:
Originally Posted by fysiks View Post
I tried to reproduce the error that you are seeing on a Windows 10 VM with vscode 1.60.0 and I never get the missing command error.

Also, after learning a bit about vscode extensions and how they work, the only way for you to have the issue is if the file wasn't properly recognized as using the amxxpawn language. As soon as the file is recognized as or set to use amxxpawn then the extension will get activated and register those commands. Note: The activation events is for activating the extension (including commands), not the individual commands themselves.

In summary, I suspect that your file might not be properly set to the amxxpawn language.
In my case the file was properly detected and also the Syntax Highlighting worked but not the compile functions. So I did few changes which I mentioned above and it worked.
Abhinash is offline