Share link shows with untitled document (#153671)

Fixes #153544
This commit is contained in:
Alex Ross
2022-06-29 14:02:34 +02:00
committed by GitHub
parent a424998dfd
commit 1634eaec83

View File

@@ -59,7 +59,7 @@
"editor/context/share": [
{
"command": "github.copyVscodeDevLink",
"when": "github.hasGitHubRepo"
"when": "github.hasGitHubRepo && resourceScheme != untitled"
}
]
},