File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11= Changelog
22
3+ [[release-0.22.0]]
4+ == 0.22.0 (2026-02-26)
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:[]).
13+
14+ === Miscellaneous
15+
16+ * Upgrade dependencies (pr:https://github.com/apple/pkl-vscode/pull/72[])
17+
318[[release-0.21.0]]
419== 0.21.0 (2025-11-05)
520
Original file line number Diff line number Diff line change 11/*
2- * Copyright © 2024-2025 Apple Inc. and the Pkl project authors. All rights reserved.
2+ * Copyright © 2024-2026 Apple Inc. and the Pkl project authors. All rights reserved.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -42,7 +42,7 @@ export const COMMAND_OPEN_WORKSPACE_SETTINGS = "workbench.action.openSettings";
4242
4343export const COMMAND_RELOAD_WORKSPACE_WINDOW = "workbench.action.reloadWindow" ;
4444
45- export const BUNDLED_LSP_VERSION = "0.5.1 " ;
45+ export const BUNDLED_LSP_VERSION = "0.6.0 " ;
4646
4747/**
4848 * The directory that pkl-lsp distributions get saved to.
You can’t perform that action at this time.
0 commit comments