Skip to content

Commit 7f6adb3

Browse files
Update VS Code config
1 parent 91e0d1f commit 7f6adb3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

symlinks/Library/Application Support/Code/User/keybindings.json.symlink

+8
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,13 @@
2727
{
2828
"key": "alt+cmd+right",
2929
"command": "workbench.action.nextEditor"
30+
},
31+
{
32+
"key": "cmd+i",
33+
"command": "composerMode.agent"
34+
},
35+
{
36+
"key": "cmd+i",
37+
"command": "composerMode.agent"
3038
}
3139
]

symlinks/Library/Application Support/Code/User/settings.json.symlink

+2-1
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,6 @@
149149
},
150150
"[yaml]": {
151151
"editor.defaultFormatter": "esbenp.prettier-vscode"
152-
}
152+
},
153+
"github.copilot.nextEditSuggestions.enabled": true
153154
}

0 commit comments

Comments
 (0)