Skip to content

Commit 3b255e4

Browse files
authored
Merge pull request #340 from nanotaboada/feature/coderabbit-auto-planning
chore: configure CodeRabbit auto-planning with 'planning' label
2 parents 15bb4d4 + 1f94fb0 commit 3b255e4

2 files changed

Lines changed: 21 additions & 14 deletions

File tree

.coderabbit.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,10 @@ issue_enrichment:
291291
enabled: true
292292
planning:
293293
enabled: true
294+
auto_planning:
295+
enabled: true
296+
labels:
297+
- planning
294298
labeling:
295-
auto_apply_labels: false
296299
labeling_instructions: []
300+
auto_apply_labels: false

.vscode/extensions.json

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
{
22
"recommendations": [
33
// C# Development
4-
"ms-dotnettools.csdevkit", // C# Dev Kit - Official Microsoft C# tooling
5-
"csharpier.csharpier-vscode", // CSharpier - Opinionated C# code formatter
4+
"ms-dotnettools.csdevkit", // C# Dev Kit - Official Microsoft C# tooling
5+
"csharpier.csharpier-vscode", // CSharpier - Opinionated C# code formatter
66

77
// Infrastructure & Workflow
8-
"ms-azuretools.vscode-containers", // Container Tools - Docker and container management
9-
"yy0931.vscode-sqlite3-editor", // SQLite3 Editor - Database viewer
10-
"sonarsource.sonarlint-vscode", // SonarLint - Code quality and security analysis
11-
"github.copilot-chat", // GitHub Copilot Chat - AI coding assistant
8+
"ms-azuretools.vscode-containers", // Container Tools - Docker and container management
9+
"github.copilot-chat", // GitHub Copilot Chat - AI coding assistant
1210
"github.vscode-pull-request-github", // GitHub Pull Requests and Issues - PR management
13-
"github.vscode-github-actions", // GitHub Actions - CI/CD workflow support
14-
"redhat.vscode-yaml", // YAML - Language support for YAML files
15-
"foxundermoon.shell-format", // Shell Format - Shell script formatter
16-
"davidanson.vscode-markdownlint", // MarkdownLint - Markdown linting
17-
"codezombiech.gitignore" // Gitignore - .gitignore file support
11+
"github.vscode-github-actions", // GitHub Actions - CI/CD workflow support
12+
"redhat.vscode-yaml", // YAML - Language support for YAML files
13+
"foxundermoon.shell-format", // Shell Format - Shell script formatter
14+
"codezombiech.gitignore", // Gitignore - .gitignore file support
15+
"sonarsource.sonarlint-vscode", // SonarLint - Code quality and security analysis
16+
"davidanson.vscode-markdownlint", // MarkdownLint - Markdown linting
17+
"ryanluker.vscode-coverage-gutters", // Coverage Gutters - Test coverage visualization
18+
"yy0931.vscode-sqlite3-editor", // SQLite3 Editor - Database viewer
1819
],
20+
1921
"unwantedRecommendations": [
20-
"github.copilot", // Copilot (base) - Unified into copilot-chat
21-
"docker.docker" // Docker DX - Use ms-azuretools.vscode-containers instead
22+
"ms-azuretools.vscode-docker", // Docker (legacy) - Use vscode-containers instead
23+
"docker.docker", // Docker DX - Use ms-azuretools.vscode-containers
24+
"github.copilot" // Copilot (base) - Unified into copilot-chat
2225
]
2326
}

0 commit comments

Comments
 (0)