|
92 | 92 | "github-actions.org-features": true,
|
93 | 93 | "github.copilot.advanced": {},
|
94 | 94 | "github.copilot.editor.enableAutoCompletions": true,
|
95 |
| - "github.copilot.chat.edits.enabled": true, |
96 |
| - "github.copilot.chat.experimental.codeGeneration.instructions": [ |
97 |
| - { |
98 |
| - "file": "/Users/stoe/code/private/.dotfiles/config/copilot-instructions.md" |
99 |
| - }, |
| 95 | + "github.copilot.chat.codeGeneration.instructions": [ |
100 | 96 | {
|
101 | 97 | "file": ".github/copilot-instructions.md"
|
102 | 98 | }
|
103 | 99 | ],
|
| 100 | + "github.copilot.chat.edits.enabled": true, |
104 | 101 | "github.copilot.enable": {
|
105 | 102 | "*": true,
|
106 | 103 | "javascript": true,
|
|
167 | 164 | "markdown.extension.toc.levels": "2..4",
|
168 | 165 | "markdown.previewFrontMatter": "show",
|
169 | 166 | "[markdown]": {
|
170 |
| - "editor.defaultFormatter": "esbenp.prettier-vscode", |
| 167 | + "editor.defaultFormatter": "yzhang.markdown-all-in-one", |
171 | 168 | "editor.formatOnSave": true
|
172 | 169 | },
|
173 | 170 | "notebook.lineNumbers": "on",
|
|
261 | 258 | "window.newWindowDimensions": "inherit",
|
262 | 259 | "window.newWindowProfile": "Default",
|
263 | 260 | "window.zoomLevel": 0.15,
|
264 |
| - "workbench.activityBar.location": "top", |
265 | 261 | "workbench.colorTheme": "GitHub Dark Dimmed",
|
| 262 | + "workbench.activityBar.location": "top", |
266 | 263 | "workbench.editor.labelFormat": "short",
|
267 | 264 | "workbench.editor.tabActionLocation": "left",
|
268 | 265 | "workbench.editor.tabCloseButton": "left",
|
|
275 | 272 | "workbench.iconTheme": "material-icon-theme",
|
276 | 273 | "workbench.layoutControl.enabled": true,
|
277 | 274 | "workbench.layoutControl.type": "both",
|
278 |
| - "workbench.panel.defaultLocation": "bottom", |
| 275 | + "workbench.panel.defaultLocation": "right", |
279 | 276 | "workbench.preferredDarkColorTheme": "GitHub Dark Dimmed",
|
280 | 277 | "workbench.preferredLightColorTheme": "GitHub Light Colorblind (Beta)",
|
281 | 278 | "workbench.settings.enableNaturalLanguageSearch": false,
|
|
0 commit comments