From e939406cb5380ab7a38680996dad922c150381b6 Mon Sep 17 00:00:00 2001 From: yamap55 <1785817+yamap55@users.noreply.github.com> Date: Sun, 18 Jan 2026 14:37:47 +0900 Subject: [PATCH] chore: remove unnecessary settings --- .devcontainer/devcontainer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 94e986c..a7ea803 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -41,9 +41,6 @@ "python.analysis.typeCheckingMode": "basic", // ruff.pathを指定することでVS Code拡張にバンドルされているruffではなくuvのruffを使用する "ruff.path": ["/home/vscode/.local/share/uv/tools/ruff/bin/ruff"], - "vsintellicode.python.completionsEnabled": true, - "vsintellicode.features.python.deepLearning": "enabled", - "vsintellicode.modify.editor.suggestSelection": "enabled", "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports": "never",