From 52667c727a32d4ff915c109d54077e9890c40ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Wed, 28 Dec 2022 17:55:31 +0100 Subject: [PATCH] fix: remove unused extensions --- .vscode/extensions.json | 2 -- .vscode/settings.json | 14 +------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 0542ac2..5f6433d 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,7 +1,5 @@ { "recommendations": [ - "ms-vscode-remote.remote-containers", - "ms-azuretools.vscode-docker", "editorconfig.editorconfig", "njpwerner.autodocstring", "ms-python.python" diff --git a/.vscode/settings.json b/.vscode/settings.json index 02b7f28..0954c9c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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", }