Skip to content

Commit da1f973

Browse files
committed
Update .gitignore and VS Code settings
- Add .VS directory to .gitignore - Enable custom agents and CLI features in VS Code settings - Add 'Run in Parallel' feature to GitHub Copilot IDE features documentation
1 parent 81394e7 commit da1f973

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ logs/
5454
temp-*
5555

5656
.venv/
57+
58+
.VS/

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,5 +162,9 @@
162162
"chat.useNestedAgentsMdFiles": true,
163163
// autoApprove is only support in user profile settings, not workspace settings
164164
"chat.tools.global.autoApprove": true,
165-
"files.autoSaveDelay": 5000
165+
"files.autoSaveDelay": 5000,
166+
"chat.customAgentInSubagent.enabled": true,
167+
"github.copilot.chat.cli.customAgents.enabled": true,
168+
"github.copilot.chat.cli.mcp.enabled": true,
169+
"github.copilot.chat.customAgents.showOrganizationAndEnterpriseAgents": true
166170
}

github-copilot-features-status/copilot-ide-features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
| Enterprise Custom Agent |||||||
4343
| Background Agent |||||||
4444
| Isolated SubAgent |||||||
45+
| Run in Parallel |||||||
4546
| worktree |||||||
4647
| claude skill |||||||
4748
| Slash Command |||||||

0 commit comments

Comments
 (0)