|
1 | 1 | { |
2 | 2 | "application.shellEnvironmentResolutionTimeout": 45, |
3 | 3 | "chat.agent.enabled": true, |
4 | | - "chat.agent.thinking.collapsedTools": "always", |
| 4 | + "chat.agent.thinking.collapsedTools": "withThinking", |
5 | 5 | "chat.agent.thinkingStyle": "collapsedPreview", |
6 | 6 | "chat.agentSessionsViewLocation": "view", |
7 | 7 | "chat.checkpoints.showFileChanges": true, |
8 | 8 | "chat.commandCenter.enabled": true, |
| 9 | + "chat.customAgentInSubagent.enabled": true, |
9 | 10 | "chat.editing.confirmEditRequestRemoval": false, |
10 | 11 | "chat.editor.fontFamily": "'FiraCode Nerd Font Mono', monospace", |
11 | 12 | "chat.editor.fontSize": 14, |
|
47 | 48 | "editor.formatOnSave": true |
48 | 49 | }, |
49 | 50 | "chat.tools.edits.autoApprove": {}, |
| 51 | + "chat.viewSessions.orientation": "stacked", |
50 | 52 | "codesnap.boxShadow": "rgba(0, 0, 0, 0) 0px 0px 0px", |
51 | 53 | "codesnap.showWindowControls": false, |
52 | 54 | "codesnap.transparentBackground": true, |
|
148 | 150 | "authProvider": "github" |
149 | 151 | }, |
150 | 152 | "github.copilot.chat.agent.thinkingTool": true, |
| 153 | + "github.copilot.chat.cli.customAgents.enabled": true, |
151 | 154 | "github.copilot.chat.codesearch.enabled": true, |
| 155 | + "github.copilot.chat.customAgents.showOrganizationAndEnterpriseAgents": true, |
| 156 | + "github.copilot.chat.githubMcpServer.enabled": true, |
152 | 157 | "github.copilot.chat.localeOverride": "en", |
153 | 158 | "github.copilot.chat.scopeSelection": true, |
154 | 159 | "github.copilot.enable": { |
|
172 | 177 | "[html]": { |
173 | 178 | "editor.defaultFormatter": "vscode.html-language-features" |
174 | 179 | }, |
| 180 | + "inlineChat.enableV2": true, |
175 | 181 | "javascript.format.enable": false, |
176 | 182 | "javascript.preferences.quoteStyle": "single", |
177 | 183 | "javascript.referencesCodeLens.enabled": false, |
|
0 commit comments