|
91 | 91 | "typescript.updateImportsOnFileMove.enabled": "always", |
92 | 92 | "editor.tabCompletion": "on", |
93 | 93 | "editor.suggest.localityBonus": true, |
94 | | - "python.diagnostics.sourceMapsEnabled": false, |
95 | 94 | "[javascriptreact]": { |
96 | 95 | "editor.defaultFormatter": "esbenp.prettier-vscode" |
97 | 96 | }, |
|
103 | 102 | }, |
104 | 103 | "workbench.startupEditor": "newUntitledFile", |
105 | 104 | "[python]": { |
106 | | - "editor.defaultFormatter": "ms-python.black-formatter", |
107 | 105 | "editor.formatOnSave": true, |
108 | 106 | "editor.formatOnType": true |
109 | 107 | }, |
|
118 | 116 | }, |
119 | 117 | "editor.lineHeight": 33, |
120 | 118 | "wallaby.startAutomatically": false, |
121 | | - "quokka.colorizeOutput": true, |
122 | 119 | "quokka.colors": { |
123 | 120 | "covered": "#62b455", |
124 | 121 | "errorPath": "#ffa0a0", |
|
140 | 137 | "editor.defaultFormatter": "esbenp.prettier-vscode" |
141 | 138 | }, |
142 | 139 | "git.autofetch": true, |
143 | | - "workbench.colorTheme": "Catppuccin Mocha", |
144 | 140 | "git.enableSmartCommit": true, |
145 | 141 | "git.confirmSync": false, |
146 | | - "editor.formatOnSave": true, |
147 | 142 | "emmet.triggerExpansionOnTab": true, |
148 | 143 | "emmet.includeLanguages": { |
149 | 144 | "javascript": "javascriptreact", |
|
259 | 254 | "extensions.experimental.affinity": { |
260 | 255 | "asvetliakov.vscode-neovim": 1 |
261 | 256 | }, |
262 | | - "vscode-neovim.neovimExecutablePaths.darwin": "/opt/homebrew/bin/nvim", |
263 | | - "vscode-neovim.NVIM_APPNAME": "vscode-nvim", |
264 | | - "vscode-neovim.ctrlKeysForInsertMode": [ |
265 | | - "a", |
266 | | - "c", |
267 | | - "h", |
268 | | - "j", |
269 | | - "m", |
270 | | - "o", |
271 | | - "r", |
272 | | - "t", |
273 | | - "u", |
274 | | - "w" |
275 | | - ], |
276 | 257 | "[dart][elixir]": { |
277 | 258 | "editor.wordBasedSuggestions": "off" |
278 | 259 | }, |
|
285 | 266 | "window.titleBarStyle": "custom", |
286 | 267 | "window.zoomLevel": -2, |
287 | 268 | "zig.path": "/Users/poom/Library/Application Support/Code/User/globalStorage/ziglang.vscode-zig/zig_install/zig", |
288 | | - "zig.initialSetupDone": true, |
289 | | - "vscode-neovim.compositeKeys": {}, |
290 | | - "github.copilot.editor.enableCodeActions": false, |
291 | 269 | "github.copilot.renameSuggestions.triggerAutomatically": false, |
292 | | - "supermaven.otherWarning": false, |
293 | 270 | "vite.autoStart": false, |
294 | 271 | "vite.open": false, |
295 | | - "continue.enableTabAutocomplete": false, |
296 | | - "continue.pauseTabAutocompleteOnBattery": true, |
297 | | - "editor.experimentalInlineEdit.fontFamily": "ZedMonoNF-Extended", |
298 | 272 | "editor.inlayHints.fontFamily": "ZedMonoNF-Extended", |
299 | 273 | "apc.monospace.font.family": "ZedMonoNF-Extended", |
300 | | - "vue.server.hybridMode": "typeScriptPluginOnly", |
301 | 274 | "[vue]": { |
302 | 275 | "editor.defaultFormatter": "esbenp.prettier-vscode" |
303 | 276 | }, |
|
306 | 279 | "console-ninja": { |
307 | 280 | "command": "npx", |
308 | 281 | "args": ["-y", "-c", "node ~/.console-ninja/mcp/"] |
| 282 | + }, |
| 283 | + "wallaby": { |
| 284 | + "command": "npx", |
| 285 | + "args": ["-y", "-c", "node ~/.wallaby/mcp/"] |
309 | 286 | } |
310 | 287 | } |
311 | | - } |
| 288 | + }, |
| 289 | + "workbench.colorTheme": "One Dark Pro", |
| 290 | + "workbench.activityBar.location": "top", |
| 291 | + "github.copilot.nextEditSuggestions.enabled": true, |
| 292 | + "github.copilot.chat.codesearch.enabled": true, |
| 293 | + "github.copilot.chat.agent.thinkingTool": true, |
| 294 | + "terminal.integrated.gpuAcceleration": "off", |
| 295 | + "window.systemColorTheme": "dark", |
| 296 | + "window.autoDetectColorScheme": false, |
| 297 | + "editor.formatOnSave": true, |
| 298 | + "vim.vimrc.enable": true, |
| 299 | + "vim.vimrc.path": "$HOME/.vimrc.cursor", |
| 300 | + "vim.useSystemClipboard": true |
312 | 301 | } |
0 commit comments