View Single Post
JusTGo
Veteran Member
Join Date: Mar 2013
Old 08-26-2017 , 05:46   Re: [Editor?] AMXXPawn Language Service for Visual Studio Code
Reply With Quote #11

can you add somthing like this :

PHP Code:
  // Where should compiler. Can be:
  //   - 'source' (same as input)
  //   - 'path' (specified in amxxpawn.compiler.executablePath setting)
  
"amxxpawn.compiler.executableType""source"
if source is set in this case it will look amxxpc.exe in the input folder.

PHP Code:
  // Where should include files. Can be:
  //   - 'source' ( include directory,  relative to input directory )
  //   - 'path' (specified in amxxpawn.compiler.includePaths setting)
  
"amxxpawn.compiler.includeType ""source"
will look for include folder.
__________________
JusTGo is offline