File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 55 " csharpier.csharpier-vscode" , // CSharpier - Opinionated C# code formatter
66
77 // Infrastructure & Workflow
8- " ms-azuretools.vscode-docker " , // Docker - Container management and debugging
8+ " ms-azuretools.vscode-containers " , // Container Tools - Docker and container management
99 " yy0931.vscode-sqlite3-editor" , // SQLite3 Editor - Database viewer
1010 " sonarsource.sonarlint-vscode" , // SonarLint - Code quality and security analysis
1111 " github.copilot-chat" , // GitHub Copilot Chat - AI coding assistant
1717 " codezombiech.gitignore" // Gitignore - .gitignore file support
1818 ],
1919 "unwantedRecommendations" : [
20- " ms-azuretools.vscode-containers" , // Container Tools - Deprecated, use vscode-docker
2120 " github.copilot" , // Copilot (base) - Unified into copilot-chat
22- " docker.docker" // Docker DX - Use official ms-azuretools.vscode-docker
21+ " docker.docker" // Docker DX - Use ms-azuretools.vscode-containers instead
2322 ]
2423}
You can’t perform that action at this time.
0 commit comments