We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e788f8f commit d0d869eCopy full SHA for d0d869e
package.json
@@ -2,7 +2,7 @@
2
"name": "command-dock",
3
"displayName": "Command Dock",
4
"description": "A powerful command panel with Command Dock for executing terminal commands in your workspace",
5
- "version": "0.0.1",
+ "version": "1.0.0",
6
"publisher": "Merlin218",
7
"icon": "public/icon.png",
8
"engines": {
@@ -166,7 +166,11 @@
166
"description": "Button color (optional)"
167
}
168
},
169
- "required": ["id", "name", "command"]
+ "required": [
170
+ "id",
171
+ "name",
172
+ "command"
173
+ ]
174
175
176
@@ -206,4 +210,4 @@
206
210
"@vscode/vsce": "^2.22.0",
207
211
"rimraf": "^5.0.5"
208
212
209
-}
213
+}
0 commit comments