Skip to content

Releases: harrisont/fastbuild-vscode

0.8.0

12 Apr 04:44
Compare
Choose a tag to compare

New Features

  • Support folding (collapsing code blocks) for #if...#endif.

Full Changelog

v0.7.1...v0.8.0

0.7.1

12 Apr 01:26
Compare
Choose a tag to compare

Changes

  • (#41) Add syntax highlighting to the functionality list in the README (the feature itself was added in the previous release, v0.7.0).

Full Changelog

v0.7.0...v0.7.1

0.7.0

11 Apr 16:42
Compare
Choose a tag to compare

New Features

  • (#41) Add syntax highlighting. Now it's no longer necessary to use a separate extension.

Full Changelog

v0.6.1...v0.7.0

0.6.1

10 Apr 06:14
Compare
Choose a tag to compare

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

v0.6.0...v0.6.1

0.6.0

09 Apr 07:10
dc4b6f1
Compare
Choose a tag to compare

New Features

  • (#36) Support "Go To Definition" and "Go to References" for #includes.

Full Changelog

v0.5.11...v0.6.0

0.5.11

08 Apr 01:24
Compare
Choose a tag to compare

Changes

Update README to clarify that the evaluated variable values shown on hover are deduplicated.

Full Changelog

v0.5.10...v0.5.11

0.5.10

08 Apr 01:13
Compare
Choose a tag to compare

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

v0.5.9...v0.5.10

0.5.9

07 Apr 23:50
eb68ffa
Compare
Choose a tag to compare

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.

Full Changelog

v0.5.8...v0.5.9

0.5.8

07 Apr 02:28
fa879ea
Compare
Choose a tag to compare

Bug Fixes

  • (#31) Fix a bug where the ForEach loop variable did not appear on hover or on "go to document symbols".

Full Changelog

v0.5.7...v0.5.8

0.5.7

06 Apr 16:44
499a6cf
Compare
Choose a tag to compare

Changes

  • [#32] Stop returning duplicates for "get document/workspace symbols". This makes the results more usable. Additionally, in experiments on a large code base, this makes "get workspace symbols" twice as fast.

Full Changelog

v0.5.6...v0.5.7