fix: remove unused extensions

This commit is contained in:
Laureηt 2022-12-28 17:55:31 +01:00
parent 300ae88cd4
commit 52667c727a
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
2 changed files with 1 additions and 15 deletions

View file

@ -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
View file

@ -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",
}