From 8526b7d7ac23cc6a475357c4a86889bebab7d72c Mon Sep 17 00:00:00 2001 From: Jean-Marc Collin Date: Sun, 4 Feb 2024 20:05:59 +0000 Subject: [PATCH] HA 2024.2.b4 --- .devcontainer/devcontainer.json | 15 +++++++++------ .vscode/settings.json | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f10e9ac..eaf12d8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -21,12 +21,15 @@ "vscode": { "extensions": [ "ms-python.python", + "ms-python.pylint", + "ms-python.vscode-pylance", + "ms-python.isort", + "ms-python.black-formatter", + "visualstudioexptteam.vscodeintellicode", + "redhat.vscode-yaml", "github.vscode-pull-request-github", "ryanluker.vscode-coverage-gutters", - "ms-python.black-formatter", - "ms-python.pylint", "ferrierbenjamin.fold-unfold-all-icone", - "ms-python.isort", "LittleFoxTeam.vscode-python-test-adapter", "donjayamanne.githistory", "waderyan.gitblame", @@ -55,9 +58,9 @@ "editor.formatOnPaste": false, "editor.formatOnSave": true, "editor.formatOnType": true, - "files.trimTrailingWhitespace": true, - "python.experiments.optOutFrom": ["pythonTestAdapter"], - "python.analysis.logLevel": "Trace" + "files.trimTrailingWhitespace": true + // "python.experiments.optOutFrom": ["pythonTestAdapter"], + // "python.analysis.logLevel": "Trace" } } } diff --git a/.vscode/settings.json b/.vscode/settings.json index a78c91f..965d65a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,7 +16,7 @@ "python.analysis.extraPaths": [ // "/home/vscode/core", "/workspaces/versatile_thermostat/custom_components/versatile_thermostat", - "/home/vscode/.local/lib/python3.11/site-packages/homeassistant" + "/home/vscode/.local/lib/python3.12/site-packages/homeassistant" ], "python.formatting.provider": "none" } \ No newline at end of file