Skip to content

Commit 40032b1

Browse files
author
github-actions
committed
update with project-syncing action
1 parent e4cbe14 commit 40032b1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"aliariff.vscode-erb-beautify",
4747
"eamodio.gitlens",
4848
"setobiralo.erb-commenter",
49-
"firstdraft.terminal-clear"]
49+
"firstdraft.terminal-clear",
50+
"-github.copilot-chat"]
5051
}
5152
}
5253

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"chat.disableAIFeatures": true,
3+
"workbench.secondarySideBar.defaultVisibility": "hidden",
24
"editor.tabSize": 2,
35
"editor.acceptSuggestionOnEnter": "off",
46
"editor.bracketPairColorization.enabled": false,

0 commit comments

Comments
 (0)