Skip to content

Commit b6d6c48

Browse files
committed
🔧 Update VSC settings
1 parent 541f5c7 commit b6d6c48

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎.vscode/settings - insiders.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"application.shellEnvironmentResolutionTimeout": 45,
33
"chat.agent.enabled": true,
4-
"chat.agent.thinking.collapsedTools": "all",
4+
"chat.agent.thinking.collapsedTools": "always",
55
"chat.agent.thinkingStyle": "collapsedPreview",
66
"chat.agentSessionsViewLocation": "view",
77
"chat.checkpoints.showFileChanges": true,
@@ -11,8 +11,8 @@
1111
"chat.editor.fontSize": 14,
1212
"chat.emptyState.history.enabled": true,
1313
"chat.instructionsFilesLocations": {
14-
".github/copilot-instructions.md": true,
1514
".github/instructions": true,
15+
".github/copilot-instructions.md": true,
1616
"/Users/stoe/code/private/.dotfiles/.github/instructions": true
1717
},
1818
"[instructions]": {

‎.vscode/settings - stable.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"application.shellEnvironmentResolutionTimeout": 45,
33
"chat.agent.enabled": true,
4-
"chat.agent.thinking.collapsedTools": "all",
4+
"chat.agent.thinking.collapsedTools": "always",
55
"chat.agent.thinkingStyle": "collapsedPreview",
66
"chat.agentSessionsViewLocation": "view",
77
"chat.checkpoints.showFileChanges": true,
@@ -11,8 +11,8 @@
1111
"chat.editor.fontSize": 14,
1212
"chat.emptyState.history.enabled": true,
1313
"chat.instructionsFilesLocations": {
14-
".github/copilot-instructions.md": true,
1514
".github/instructions": true,
15+
".github/copilot-instructions.md": true,
1616
"/Users/stoe/code/private/.dotfiles/.github/instructions": true
1717
},
1818
"[instructions]": {

0 commit comments

Comments
 (0)