From 1acbaaa2abbf2fb9cfcb20c0269c1eee25c30405 Mon Sep 17 00:00:00 2001 From: Jairus Martinez <114552516+jairus-m@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:06:04 -0800 Subject: [PATCH 1/2] Remove redhat YAML from dev container config examples --- README.md | 3 +-- examples/dbt-mcp-project/.devcontainer/devcontainer.json | 3 +-- src/dbt-fusion/.devcontainer/devcontainer.json | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index baa17f1..19f71a0 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,7 @@ For a detailed configuration (and comments about what each is for), check out th "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..a246f3d 100644 --- a/examples/dbt-mcp-project/.devcontainer/devcontainer.json +++ b/examples/dbt-mcp-project/.devcontainer/devcontainer.json @@ -82,8 +82,7 @@ "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..c654a08 100644 --- a/src/dbt-fusion/.devcontainer/devcontainer.json +++ b/src/dbt-fusion/.devcontainer/devcontainer.json @@ -82,8 +82,7 @@ "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 ] } }, From 9af49a49262a81d45f706c0970221b75581f4c44 Mon Sep 17 00:00:00 2001 From: Jairus Martinez <114552516+jairus-m@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:10:51 -0800 Subject: [PATCH 2/2] Remove toml and gitlens extensions --- README.md | 2 -- examples/dbt-mcp-project/.devcontainer/devcontainer.json | 2 -- src/dbt-fusion/.devcontainer/devcontainer.json | 2 -- 3 files changed, 6 deletions(-) diff --git a/README.md b/README.md index 19f71a0..e75a4ae 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,7 @@ 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" ] diff --git a/examples/dbt-mcp-project/.devcontainer/devcontainer.json b/examples/dbt-mcp-project/.devcontainer/devcontainer.json index a246f3d..80e2660 100644 --- a/examples/dbt-mcp-project/.devcontainer/devcontainer.json +++ b/examples/dbt-mcp-project/.devcontainer/devcontainer.json @@ -77,9 +77,7 @@ "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 diff --git a/src/dbt-fusion/.devcontainer/devcontainer.json b/src/dbt-fusion/.devcontainer/devcontainer.json index c654a08..4f831c7 100644 --- a/src/dbt-fusion/.devcontainer/devcontainer.json +++ b/src/dbt-fusion/.devcontainer/devcontainer.json @@ -77,9 +77,7 @@ "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