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

Aye, totally forgot about the parser. I've pushed an update, should be good now. Keep in mind that includePaths will only support ${workspaceRoot} and ${workspaceRootFolderName} (and any future workspace variables), as the language server has no knowledge of what file is currently open/focused.

Code:
## [Version 0.3.1] - 2017-08-27
### Added
- Reparses open documents when configuration changes

### Fixed
- The parser now substitutes variables in `amxxpawn.compiler.includePaths` too

Last edited by klippy; 08-27-2017 at 15:51.
klippy is offline