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