fix: remove unused extensions
This commit is contained in:
parent
300ae88cd4
commit
52667c727a
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
|
@ -1,7 +1,5 @@
|
||||||
{
|
{
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"ms-vscode-remote.remote-containers",
|
|
||||||
"ms-azuretools.vscode-docker",
|
|
||||||
"editorconfig.editorconfig",
|
"editorconfig.editorconfig",
|
||||||
"njpwerner.autodocstring",
|
"njpwerner.autodocstring",
|
||||||
"ms-python.python"
|
"ms-python.python"
|
||||||
|
|
14
.vscode/settings.json
vendored
14
.vscode/settings.json
vendored
|
@ -24,17 +24,5 @@
|
||||||
"**/__pycache__": true,
|
"**/__pycache__": true,
|
||||||
"**/.mypy_cache": true,
|
"**/.mypy_cache": true,
|
||||||
},
|
},
|
||||||
"yaml.schemas": {
|
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
|
||||||
"gameconfig.schema.json": [
|
|
||||||
"*.gameconfig.yml"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"json.schemas": [
|
|
||||||
{
|
|
||||||
"fileMatch": [
|
|
||||||
"*.schema.json"
|
|
||||||
],
|
|
||||||
"url": "https://json-schema.org/draft/2020-12/schema"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue