Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
},
Expand Down
5 changes: 1 addition & 4 deletions examples/dbt-mcp-project/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
}
},
Expand Down
5 changes: 1 addition & 4 deletions src/dbt-fusion/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
}
},
Expand Down