Change Log
March 26, 2026 ยท View on GitHub
All notable changes to the "vscode-parse-tree" extension will be documented in this file.
0.53.0 (26 Mar 2026)
- Re-added
getNodeAtLocationper user request.
0.51.0 (12 Mar 2026)
Removed deprecated api endpoints:
getLanguage- Replaced bycreateQuerygetNodeAtLocation- No direct replacement. Use scm queries andcreateQueryinstead.registerLanguage- No replacement. We don't believe anyone is using this.
0.33.0 (22 Apr 2025)
Enhancements
- Stop building wasm and instead use dependency
@cursorless/tree-sitter-wasms#103 (AndreasArvidsson)
0.32.0 (25 Oct 2024)
Enhancements
- add: dart language compatibility #89 (@sonnyvesali)
0.31.0 (14 Jun 2024)
Enhancements
0.30.0 (19 Mar 2024)
Enhancements
0.29.0 (1 Dec 2023)
Enhancements
- Switch to tree-sitter-xml
0.28.0 (16 Oct 2023)
Enhancements
- Add terraform support #72 (@danlamanna)
0.27.0 (16 Oct 2023)
Enhancements
- Add nix support #66 (@fidgetingbits)
- Add lua support #67 (@fidgetingbits)
- Add swift support #70 (@swsnider)
0.26.0 (29 Mar 2023)
Enhancements
- Add tree-sitter-julia support
0.25.0 (1 Mar 2023)
Enhancements
0.24.0 (29 Nov 2022)
Enhancements
0.23.0 (21 Sep 2022)
Enhancements
0.22.0 (18 Sep 2022)
Enhancements
- Add Starlark support #44 (@auscompgeek)
0.21.0 (25 Jul 2022)
Enhancements
0.20.0 (23 Jul 2022)
Enhancements
0.19.0 (21 Jul 2022)
Enhancements
0.18.0 (8 Jun 2022)
Enhancements
- Add tree-sitter-query #27 (@Will-Sommers)
0.17.0 (17 Mar 2022)
Enhancements
- Add support for CSS and SCSS #25 (@Will-Sommers)
0.16.0 (27 Feb 2022)
Enhancements
0.15.0 (18 Feb 2022)
Enhancements
0.14.0 (16 Jan 2021)
Enhancements
- Add support for php #19 (@nathanheffley)
0.13.0 (22 Dec 2021)
Enhancements
0.12.0 (9 Dec 2021)
Enhancements
0.11.0 (8 Dec 2021)
Enhancements
0.10.0 (30 Nov 2021)
Enhancements
0.9.0 (16 Aug 2021)
Enhancements
- Add
loadLanguagefunction and improve loading robustness #8
0.8.0 (8 Aug 2021)
Enhancements
- Add preliminary xml support using html parser
- Improve error messages
0.7.0 (8 Aug 2021)
Enhancements
- Add C and HTML support
0.6.0 (28 July 2021)
Enhancements
- Add Java support
0.5.0 (22 July 2021)
Enhancements
0.4.0
Add support for untrusted workspaces
0.3.0
Switch to wasm to support Windows and Remote SSH
0.2.0
- Add JSON parser