Skip to content

Commit 565d4e6

Browse files
committed
Show permalink commands when not signed in
Fixes #2761
1 parent 3d0b893 commit 565d4e6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

package.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -1010,14 +1010,6 @@
10101010
"command": "issue.createIssueFromFile",
10111011
"when": "false"
10121012
},
1013-
{
1014-
"command": "issue.copyGithubPermalink",
1015-
"when": "github:hasGitHubRemotes && github:authenticated"
1016-
},
1017-
{
1018-
"command": "issue.openGithubPermalink",
1019-
"when": "github:hasGitHubRemotes && github:authenticated"
1020-
},
10211013
{
10221014
"command": "issue.issueCompletion",
10231015
"when": "false"
@@ -1503,4 +1495,4 @@
15031495
"vsls": "^0.3.967"
15041496
},
15051497
"license": "MIT"
1506-
}
1498+
}

0 commit comments

Comments
 (0)