View Single Post
Hedgehog Fog
Senior Member
Join Date: Jun 2010
Location: Ukraine
Old 08-26-2017 , 03:23   Re: [Editor?] AMXXPawn Language Service for Visual Studio Code
Reply With Quote #10

KliPPy,
I mean support of relative paths or special variable for project directory.

For example:

PHP Code:
amxxpawn.compiler.includePaths: [
    
"${project_dir}/compiler/include"
    "
${project_dir}/src/include"

or

PHP Code:
amxxpawn.compiler.includePaths: [
    
"compiler/include"
    "src/include"

So, if compiler/include directory exists in current project then load include from this directory.
__________________

❄️ CS Snow Wars - Mod based on snowballs fights
🧟 CS Zombie Panic - A port of HL Zombie Panic!
🎃 CS Halloween Mod - Completely new gamemode for Halloween Holidays
📦 AMXXPack - CLI and build system for amxx projects
🔧 Custom Entities API - API to register custom entities
Hedgehog Fog is offline