Releases: harrisont/fastbuild-vscode
Releases · harrisont/fastbuild-vscode
v0.16.1
Bug Fixes
- (#85) Fix the
not
innot in
missing syntax highlighting. Thein
was colored properly but thenot
was not. Thanks to @xoorath for pointing out this bug. - Explain in the "Root File" setting description that you need to either modify or re-open the files for this setting to be picked up.
Full Changelog
v0.16.0
New Features
-
(#82) Add a new optional
Root File
setting to control the FASTBuild rootfbuild.bff
file. The root file normally does not need to be specified in the settings because it is detected automatically when it is in a parent directory. But it is necessary to set when invoking FASTBuild with the-config <path>
command line option, which overrides the root file.For example, if you have the following files and run FASTBuild with
fbuild -config <workspace_root>/Projects/fbuild.bff
:<workspace_root>/Projects/fbuild.bff <workspace_root>/Projects/HelloWorld/HelloWorld.bff <workspace_root>/External/MSVC/MSVC.bff
In this example,
MSVC.bff
by default cannot find the rootfbuild.bff
. So it is necessary to use theRoot File
setting to manually specify the root.
Full Changelog
0.15.0
0.14.2
New Features
- Increase FASTBuild support from v1.08 to v1.11 (FASTBuild Changelog). Previously the plugin worked for v1.11, but didn't support every features added after v1.08. Specifically support for the
_FASTBUILD_EXE_PATH_
builtin variable (added in FASTBuild v1.09).
Full Changelog
0.14.1
0.14.0
0.13.4
0.13.3
0.13.1
0.13.0
New Features
- Add basic syntax highlighting for user function definitions. Note that this does not support syntax highlighting for user function calls.