diff --git a/README.md b/README.md index baa17f1..e75a4ae 100644 --- a/README.md +++ b/README.md @@ -95,12 +95,9 @@ For a detailed configuration (and comments about what each is for), check out th "ms-python.python", "charliermarsh.ruff", "ms-python.vscode-pylance", - "tamasfe.even-better-toml", "EditorConfig.EditorConfig", - "eamodio.gitlens", "visualstudioexptteam.vscodeintellicode", - "dbtlabsinc.dbt", - "redhat.vscode-yaml" + "dbtlabsinc.dbt" ] } }, diff --git a/examples/dbt-mcp-project/.devcontainer/devcontainer.json b/examples/dbt-mcp-project/.devcontainer/devcontainer.json index 374194e..80e2660 100644 --- a/examples/dbt-mcp-project/.devcontainer/devcontainer.json +++ b/examples/dbt-mcp-project/.devcontainer/devcontainer.json @@ -77,13 +77,10 @@ "ms-python.python", // Python language support "charliermarsh.ruff", // Ruff linter and formatter "ms-python.vscode-pylance", // Python language server - "tamasfe.even-better-toml", // TOML file support "EditorConfig.EditorConfig", // EditorConfig support - "eamodio.gitlens", // Enhanced Git capabilities "github.vscode-pull-request-github", // GitHub PR support "visualstudioexptteam.vscodeintellicode", // AI-assisted IntelliSense - "dbtlabsinc.dbt", // Official dbt extension - "redhat.vscode-yaml" // YAML support + "dbtlabsinc.dbt" // Official dbt extension ] } }, diff --git a/src/dbt-fusion/.devcontainer/devcontainer.json b/src/dbt-fusion/.devcontainer/devcontainer.json index 318e675..4f831c7 100644 --- a/src/dbt-fusion/.devcontainer/devcontainer.json +++ b/src/dbt-fusion/.devcontainer/devcontainer.json @@ -77,13 +77,10 @@ "ms-python.python", // Python language support "charliermarsh.ruff", // Ruff linter and formatter "ms-python.vscode-pylance", // Python language server - "tamasfe.even-better-toml", // TOML file support "EditorConfig.EditorConfig", // EditorConfig support - "eamodio.gitlens", // Enhanced Git capabilities "github.vscode-pull-request-github", // GitHub PR support "visualstudioexptteam.vscodeintellicode", // AI-assisted IntelliSense - "dbtlabsinc.dbt", // Official dbt extension - "redhat.vscode-yaml" // YAML support + "dbtlabsinc.dbt" // Official dbt extension ] } },