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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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