File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Added
11+
12+ * extension capabilities defined in extension manifest
13+
1014## [ 0.0.3] - 02 June 2026
1115
1216### Fixed
Original file line number Diff line number Diff line change 6868 "webpack" : " ^5.102.0" ,
6969 "webpack-cli" : " ^6.0.1"
7070 },
71+ "capabilities" : {
72+ "virtualWorkspaces" : true ,
73+ "untrustedWorkspaces" : {
74+ "supported" : " limited"
75+ }
76+ },
7177 "contributes" : {
7278 "commands" : [
7379 {
169175 "command" : " vscode-systemd.units.installUnitFile" ,
170176 "title" : " %vscode-systemd.commands.units.installUnitFile%" ,
171177 "category" : " %vscode-systemd.commandCategories.units%" ,
178+ "enablement" : " isWorkspaceTrusted" ,
172179 "icon" : " $(diff-added)"
173180 },
174181 {
You can’t perform that action at this time.
0 commit comments