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": [
|
||||
"ms-vscode-remote.remote-containers",
|
||||
"ms-azuretools.vscode-docker",
|
||||
"editorconfig.editorconfig",
|
||||
"njpwerner.autodocstring",
|
||||
"ms-python.python"
|
||||
|
|
14
.vscode/settings.json
vendored
14
.vscode/settings.json
vendored
|
@ -24,17 +24,5 @@
|
|||
"**/__pycache__": true,
|
||||
"**/.mypy_cache": true,
|
||||
},
|
||||
"yaml.schemas": {
|
||||
"gameconfig.schema.json": [
|
||||
"*.gameconfig.yml"
|
||||
]
|
||||
},
|
||||
"json.schemas": [
|
||||
{
|
||||
"fileMatch": [
|
||||
"*.schema.json"
|
||||
],
|
||||
"url": "https://json-schema.org/draft/2020-12/schema"
|
||||
}
|
||||
]
|
||||
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue