Skip to content

Commit 45098a7

Browse files
committed
Fix publish command not visibile
1 parent 6e402f5 commit 45098a7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitlab-snippets",
33
"displayName": "Gitlab Snippets",
44
"description": "Use gilab snippets easily",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"publisher": "jyee721",
77
"icon": "resources/icons/gitlab-logo.png",
88
"author": {
@@ -88,8 +88,7 @@
8888
"menus": {
8989
"commandPalette": [
9090
{
91-
"command": "gitlabSnippets.publish",
92-
"when": "editorFocus"
91+
"command": "gitlabSnippets.publish"
9392
},
9493
{
9594
"command": "gitlabSnippets.addHost"

0 commit comments

Comments
 (0)