mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
improve static argv configuration (#15211)
This commit is contained in:
@@ -72,8 +72,8 @@
|
||||
"url": "vscode://schemas/workspaceConfig"
|
||||
},
|
||||
{
|
||||
"fileMatch": "%APP_SETTINGS_HOME%/locale.json",
|
||||
"url": "vscode://schemas/locale"
|
||||
"fileMatch": "**/argv.json",
|
||||
"url": "vscode://schemas/argv"
|
||||
},
|
||||
{
|
||||
"fileMatch": "/.vscode/settings.json",
|
||||
|
||||
Reference in New Issue
Block a user