Indent using spaces 🤷‍♀️ (#161405)

This commit is contained in:
Alex Ross 2022-09-21 16:41:57 +02:00 committed by GitHub
parent dd81078756
commit 1562a35c86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,14 +78,14 @@
{
"command": "github.copyVscodeDevLinkFile",
"when": "github.hasGitHubRepo",
"group": "0_vscode@0"
"group": "0_vscode@0"
}
],
"editor/context/share": [
{
"command": "github.copyVscodeDevLink",
"when": "github.hasGitHubRepo && resourceScheme != untitled",
"group": "0_vscode@0"
"group": "0_vscode@0"
}
]
},