Skip to content

Commit 43f1ce3

Browse files
committed
🔧 Update VSCode settings
- Chat agent settings - Enable new features
1 parent b6d6c48 commit 43f1ce3

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

‎.vscode/settings - insiders.json‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"application.shellEnvironmentResolutionTimeout": 45,
33
"chat.agent.enabled": true,
4-
"chat.agent.thinking.collapsedTools": "always",
4+
"chat.agent.thinking.collapsedTools": "withThinking",
55
"chat.agent.thinkingStyle": "collapsedPreview",
66
"chat.agentSessionsViewLocation": "view",
77
"chat.checkpoints.showFileChanges": true,
88
"chat.commandCenter.enabled": true,
9+
"chat.customAgentInSubagent.enabled": true,
910
"chat.editing.confirmEditRequestRemoval": false,
1011
"chat.editor.fontFamily": "'FiraCode Nerd Font Mono', monospace",
1112
"chat.editor.fontSize": 14,
@@ -47,6 +48,7 @@
4748
"editor.formatOnSave": true
4849
},
4950
"chat.tools.edits.autoApprove": {},
51+
"chat.viewSessions.orientation": "stacked",
5052
"codesnap.boxShadow": "rgba(0, 0, 0, 0) 0px 0px 0px",
5153
"codesnap.showWindowControls": false,
5254
"codesnap.transparentBackground": true,
@@ -148,7 +150,10 @@
148150
"authProvider": "github"
149151
},
150152
"github.copilot.chat.agent.thinkingTool": true,
153+
"github.copilot.chat.cli.customAgents.enabled": true,
151154
"github.copilot.chat.codesearch.enabled": true,
155+
"github.copilot.chat.customAgents.showOrganizationAndEnterpriseAgents": true,
156+
"github.copilot.chat.githubMcpServer.enabled": true,
152157
"github.copilot.chat.localeOverride": "en",
153158
"github.copilot.chat.scopeSelection": true,
154159
"github.copilot.enable": {
@@ -172,6 +177,7 @@
172177
"[html]": {
173178
"editor.defaultFormatter": "vscode.html-language-features"
174179
},
180+
"inlineChat.enableV2": true,
175181
"javascript.format.enable": false,
176182
"javascript.preferences.quoteStyle": "single",
177183
"javascript.referencesCodeLens.enabled": false,

‎.vscode/settings - stable.json‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"application.shellEnvironmentResolutionTimeout": 45,
33
"chat.agent.enabled": true,
4-
"chat.agent.thinking.collapsedTools": "always",
4+
"chat.agent.thinking.collapsedTools": "withThinking",
55
"chat.agent.thinkingStyle": "collapsedPreview",
66
"chat.agentSessionsViewLocation": "view",
77
"chat.checkpoints.showFileChanges": true,
88
"chat.commandCenter.enabled": true,
9+
"chat.customAgentInSubagent.enabled": true,
910
"chat.editing.confirmEditRequestRemoval": false,
1011
"chat.editor.fontFamily": "'FiraCode Nerd Font Mono', monospace",
1112
"chat.editor.fontSize": 14,
@@ -47,6 +48,7 @@
4748
"editor.formatOnSave": true
4849
},
4950
"chat.tools.edits.autoApprove": {},
51+
"chat.viewSessions.orientation": "stacked",
5052
"codesnap.boxShadow": "rgba(0, 0, 0, 0) 0px 0px 0px",
5153
"codesnap.showWindowControls": false,
5254
"codesnap.transparentBackground": true,
@@ -148,7 +150,10 @@
148150
"authProvider": "github"
149151
},
150152
"github.copilot.chat.agent.thinkingTool": true,
153+
"github.copilot.chat.cli.customAgents.enabled": true,
151154
"github.copilot.chat.codesearch.enabled": true,
155+
"github.copilot.chat.customAgents.showOrganizationAndEnterpriseAgents": true,
156+
"github.copilot.chat.githubMcpServer.enabled": true,
152157
"github.copilot.chat.localeOverride": "en",
153158
"github.copilot.chat.scopeSelection": true,
154159
"github.copilot.enable": {
@@ -172,6 +177,7 @@
172177
"[html]": {
173178
"editor.defaultFormatter": "vscode.html-language-features"
174179
},
180+
"inlineChat.enableV2": true,
175181
"javascript.format.enable": false,
176182
"javascript.preferences.quoteStyle": "single",
177183
"javascript.referencesCodeLens.enabled": false,

0 commit comments

Comments
 (0)