Raised This Month: $12 Target: $400
 3% 

[Editor] AMXXPawn for Visual Studio Code


Post New Thread Reply   
 
Thread Tools Display Modes
hellmoss
Senior Member
Join Date: Oct 2009
Location: ZOMBIE PLAGUE
Old 09-08-2021 , 07:02   Re: [Editor] AMXXPawn for Visual Studio Code
Reply With Quote #181

Quote:
Originally Posted by fysiks View Post
I'm really curious about the root cause of the original issue. When you were having the issue, was your file properly recognized as being AMXXPawn? I.e. is showed "AMXXPawn" as the language in the bottom right of the window?

What version of Windows are you running? What version of vscode are you running?
You and I talked on github and I provided the info LINK.

The only question you hadn't asked is whether I saw it in the bottom right corner. As concerns the bottom right corner I'm too lazy to remove Abhinash's version and put Klippy's one back to check just that. This is also one of the issues I had: "Another thing also is that all preferences when I search for keyword 'amxx' in my vscode it doesn't find anything related to the extension."

Although, Klippy's did install properly but I suspect I hadn't been using the Trusted Workspace mode in vscode and that that was causing the problem. I noticed Abhinash's compiler also fails to execute with my hotkey combo until I enable Trusted Workspace.
__________________
Quote:
Originally Posted by Kakarot47 View Post
There is no bug. with 100% gurenty

Last edited by hellmoss; 09-08-2021 at 07:18.
hellmoss is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 09-08-2021 , 22:53   Re: [Editor] AMXXPawn for Visual Studio Code
Reply With Quote #182

It looks like when a folder is not considered "trusted" then the entire "AMXXPawn" extension is disabled (no syntax highlighting, no commands are loaded into the menu, and no settings show up in the Preferences).
__________________
fysiks is offline
Leen
BANNED
Join Date: Sep 2021
Old 09-28-2021 , 01:20   Re: [Editor] AMXXPawn for Visual Studio Code
Reply With Quote #183

J'ai un problème où des symboles inconnus apparaissent dans le document, avez-vous déjà rencontré le même ?
Leen is offline
LiZou Mapper
Member
Join Date: Oct 2018
Location: Morocco
Old 10-05-2021 , 08:52   Re: [Editor] AMXXPawn for Visual Studio Code
Reply With Quote #184

Thank you so much bro!
__________________

-------------
My Maps !
Zombie Escape Mod !
-------------

LiZou Mapper is offline
WHOOHOO
Junior Member
Join Date: Aug 2016
Old 03-22-2022 , 15:18   Re: [Editor] AMXXPawn for Visual Studio Code
Reply With Quote #185

How should I indicate compiler path on Linux?
I'm currently using this
Quote:
"amxxpawn.compiler.executablePath": "/home/username/.steam/steam/steamapps/common/Half-Life/cstrike/addons/amxmodx/scripting/amxxpc"
But it can't retrieve the include files, and thus, will throw a bunch of errors related to that.
WHOOHOO is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 03-22-2022 , 23:13   Re: [Editor] AMXXPawn for Visual Studio Code
Reply With Quote #186

Quote:
Originally Posted by WHOOHOO View Post
How should I indicate compiler path on Linux?
I'm currently using this

But it can't retrieve the include files, and thus, will throw a bunch of errors related to that.
You have to configure the include file directories in addition to the compiler itself. This is my compiler/includes configuration:

PHP Code:
    "amxxpawn.compiler.executablePath""/home/fysiks/games/amxx190/addons/amxmodx/scripting/amxxpc",
    
"amxxpawn.compiler.includePaths": [
    
        
"${fileDirname}/include",
        
"/home/fysiks/games/amxx190/addons/amxmodx/scripting/include"
    
], 
I have this set up for my git repo structure where a plugin that I have on GitHub can have it's own custom include files so it will be able to grab those in addition to the default ones that come with AMX Mod X.
__________________
fysiks is offline
LiZou Mapper
Member
Join Date: Oct 2018
Location: Morocco
Old 06-20-2022 , 18:11   Re: [Editor] AMXXPawn for Visual Studio Code
Reply With Quote #187

There is a difference between the plugin AMXX Pawn Editor in Sublime Text and this in VS Code!!
__________________

-------------
My Maps !
Zombie Escape Mod !
-------------

LiZou Mapper is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 06-20-2022 , 21:38   Re: [Editor] AMXXPawn for Visual Studio Code
Reply With Quote #188

Quote:
Originally Posted by LiZou Mapper View Post
There is a difference between the plugin AMXX Pawn Editor in Sublime Text and this in VS Code!!
What is the relevance to posting this?
__________________
fysiks is offline
Old 10-09-2022, 15:30
LiZou Mapper
This message has been deleted by LiZou Mapper. Reason: never mind!
LiZou Mapper
Member
Join Date: Oct 2018
Location: Morocco
Old 10-09-2022 , 17:14   Re: [Editor] AMXXPawn for Visual Studio Code
Reply With Quote #189

Quote:
Originally Posted by fysiks View Post
What is the relevance to posting this?
I mean the AMXXPawn extension on VSCode needs to be updated
__________________

-------------
My Maps !
Zombie Escape Mod !
-------------

LiZou Mapper is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 10-09-2022 , 17:17   Re: [Editor] AMXXPawn for Visual Studio Code
Reply With Quote #190

Quote:
Originally Posted by LiZou Mapper View Post
I mean the AMXXPawn extension on VSCode needs to be updated
Yeah, that is the nature of open source stuff. If there isn't already an issue submitted on the original then you should submit one for each bug that you find. If it's easy enough, I might take a look at it.
__________________
fysiks is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:14.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode