File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11= Changelog
22
3+ [[release-0.22.0]]
4+ == 0.22.0 (2026-02-27)
5+
6+ === Additions
7+
8+ * Add configuration option for excluding directories from `PklProject` sync (pr:https://github.com/apple/pkl-vscode/pull/79[]).
9+
10+ === Changes
11+
12+ * Bump bundled version of pkl-lsp to 0.6.0 (pr:https://github.com/apple/pkl-vscode/pull/81[]).
13+
14+ === Miscellaneous
15+
16+ * Upgrade dependencies (pr:https://github.com/apple/pkl-vscode/pull/72[])
17+
18+ === Contributors ❤️
19+
20+ Thank you to all of our contributors!
21+
22+ * https://github.com/bioball[@bioball]
23+ * https://github.com/HT154[@HT154]
24+ * https://github.com/stackoverflow[@stackoverflow]
25+
326[[release-0.21.0]]
427== 0.21.0 (2025-11-05)
528
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export const COMMAND_OPEN_WORKSPACE_SETTINGS = "workbench.action.openSettings";
4545
4646export const COMMAND_RELOAD_WORKSPACE_WINDOW = "workbench.action.reloadWindow" ;
4747
48- export const BUNDLED_LSP_VERSION = "0.5.1 " ;
48+ export const BUNDLED_LSP_VERSION = "0.6.0 " ;
4949
5050/**
5151 * The directory that pkl-lsp distributions get saved to.
You can’t perform that action at this time.
0 commit comments