Releases: harrisont/fastbuild-vscode
Releases · harrisont/fastbuild-vscode
0.8.0
New Features
- Support folding (collapsing code blocks) for
#if...#endif
.
Full Changelog
0.7.1
0.7.0
0.6.1
Bug Fixes
- The extension now defines the FASTBuild language, so that the extension works without requiring the
RoscoP.fastbuild
extension. That extension is still useful for syntax highlighting.
Full Changelog
0.6.0
0.5.11
Changes
Update README to clarify that the evaluated variable values shown on hover are deduplicated.
Full Changelog
0.5.10
Bug Fixes
- Fix bug where hover values did not deduplicate complex values. It deduplicated boolean/number/string values, but not arrays or structs.
Full Changelog
0.5.9
Bug Fixes
- (#38) Fix a bug where very long (>100,000 characters) evaluated variable hover values don't render correctly, because VS Code truncates them. Now the extension truncates them before hitting the limit, so it still renders correctly.