View Single Post
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 08-27-2017 , 10:30   Re: [Editor] AMXXPawn for Visual Studio Code
Reply With Quote #21

Alright, there's a new update.

amxxpawn.compiler.executablePath, amxxpawn.compiler.includePaths and amxxpawn.compiler.outputPath now support variable substitution. You can use the same ones that are defined HERE except ${cwd} and ${lineNumber}. Is that what you needed?

Here's a full changelog:
Code:
## [Version 0.3.0] - 2017-08-27
## Added
- Substitution variables are now allowed in settings containing paths
- More diagnostics to the **#include** statement parser

## Fixed
- **#include** statements parser now provides links and diagnostics with a correct character range
klippy is offline