|
1 | 1 | { |
2 | 2 | "protoc": { |
3 | | - "options": ["--proto_path=%LocalAppData%/buf/v1/module/data/buf.build"], |
| 3 | + "options": ["--proto_path=%LocalAppData%/buf/v1/module/data/buf.build"] |
4 | 4 | }, |
5 | 5 | "workbench.settings.editor": "json", |
6 | 6 | "files.exclude": { |
7 | 7 | "**/.git": true, |
8 | | - "**/node_modules": true, |
| 8 | + "**/node_modules": true |
9 | 9 | }, |
10 | 10 | "window.title": "${rootName}${separator}${activeEditorShort}", |
11 | 11 | "window.titleBarStyle": "custom", |
|
14 | 14 | "plaintext": true, |
15 | 15 | "markdown": true, |
16 | 16 | "scminput": false, |
17 | | - "yaml": true, |
| 17 | + "yaml": true |
18 | 18 | }, |
19 | 19 | "editor.stickyScroll.enabled": true, |
20 | 20 | "[typescript]": { |
21 | | - "editor.defaultFormatter": "biomejs.biome", |
| 21 | + "editor.defaultFormatter": "biomejs.biome" |
22 | 22 | }, |
23 | 23 | "[javascript]": { |
24 | | - "editor.defaultFormatter": "esbenp.prettier-vscode", |
| 24 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
25 | 25 | }, |
26 | 26 | "[json]": { |
27 | | - "editor.defaultFormatter": "esbenp.prettier-vscode", |
| 27 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
28 | 28 | }, |
29 | 29 | "[typescriptreact]": { |
30 | | - "editor.defaultFormatter": "biomejs.biome", |
| 30 | + "editor.defaultFormatter": "biomejs.biome" |
31 | 31 | }, |
32 | 32 | "[markdown]": { |
33 | 33 | "editor.defaultFormatter": "esbenp.prettier-vscode", |
34 | | - "files.trimTrailingWhitespace": false, |
| 34 | + "files.trimTrailingWhitespace": false |
35 | 35 | }, |
36 | 36 | "[jsonc]": { |
37 | | - "editor.defaultFormatter": "esbenp.prettier-vscode", |
| 37 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
38 | 38 | }, |
39 | 39 | "[css]": { |
40 | | - "editor.defaultFormatter": "esbenp.prettier-vscode", |
| 40 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
41 | 41 | }, |
42 | 42 | "[yaml]": { |
43 | 43 | "editor.insertSpaces": true, |
|
46 | 46 | "editor.quickSuggestions": { |
47 | 47 | "other": true, |
48 | 48 | "comments": false, |
49 | | - "strings": true, |
| 49 | + "strings": true |
50 | 50 | }, |
51 | | - "editor.defaultFormatter": "redhat.vscode-yaml", |
| 51 | + "editor.defaultFormatter": "redhat.vscode-yaml" |
52 | 52 | }, |
53 | 53 | "[rust]": { |
54 | | - "editor.tabSize": 4, |
| 54 | + "editor.tabSize": 4 |
55 | 55 | }, |
56 | 56 | "tailwindCSS.experimental.classRegex": [ |
57 | 57 | ["className:([^,]*)", "(?:'|\"|`)([^']*)(?:'|\"|`)"], |
58 | 58 | ["clsx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"], |
59 | 59 | ["tw\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"], |
60 | | - ["cn\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"], |
| 60 | + ["cn\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"] |
61 | 61 | ], |
62 | 62 | "javascript.preferences.importModuleSpecifier": "non-relative", |
63 | 63 | "typescript.preferences.importModuleSpecifier": "non-relative", |
|
84 | 84 | "security.workspace.trust.untrustedFiles": "open", |
85 | 85 | "terminal.integrated.profiles.windows": { |
86 | 86 | "Nushell": { |
87 | | - "path": "nu.exe", |
88 | | - }, |
| 87 | + "path": "nu.exe" |
| 88 | + } |
89 | 89 | }, |
90 | 90 | "terminal.integrated.profiles.osx": { |
91 | 91 | "Nushell": { |
92 | | - "path": "nu", |
93 | | - }, |
| 92 | + "path": "nu" |
| 93 | + } |
94 | 94 | }, |
95 | 95 | "terminal.integrated.defaultProfile.linux": "Nushell", |
96 | 96 | "terminal.integrated.defaultProfile.osx": "Nushell", |
|
106 | 106 | "typescript.tsserver.experimental.enableProjectDiagnostics": false, |
107 | 107 | "javascript.updateImportsOnFileMove.enabled": "always", |
108 | 108 | "xml.server.binary.trustedHashes": [ |
109 | | - "a1bf296a5263bc63cca97cb46692d0d523edfe9d2d4e79d5b4d245f57c6c623b", |
| 109 | + "a1bf296a5263bc63cca97cb46692d0d523edfe9d2d4e79d5b4d245f57c6c623b" |
110 | 110 | ], |
111 | 111 | "redhat.telemetry.enabled": false, |
112 | 112 | "editor.accessibilitySupport": "off", |
|
115 | 115 | "projectManager.openInNewWindowWhenClickingInStatusBar": true, |
116 | 116 | "projectManager.openInCurrentWindowIfEmpty": "never", |
117 | 117 | "terminal.integrated.env.windows": { |
118 | | - "path": "C:\\Users\\mike\\.console-ninja\\.bin;C:\\Users\\Michael\\.console-ninja\\.bin;${env:PATH}", |
| 118 | + "path": "C:\\Users\\mike\\.console-ninja\\.bin;C:\\Users\\Michael\\.console-ninja\\.bin;${env:PATH}" |
119 | 119 | }, |
120 | 120 | "diffEditor.maxComputationTime": 0, |
121 | 121 | "tiltfile.tilt.path": "/opt/homebrew/bin/tilt", |
|
211 | 211 | "Tiltfile": ".tiltignore, tilt_config.json*", |
212 | 212 | "svelte.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, houdini.config.*, htmlnanorc.*, i18n.config.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, mdsvex.config.js, playwright.config.*, postcss.config.*, puppeteer.config.*, rspack.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, uno.config.*, unocss.config.*, vite.config.*, vitest.config.*, vuetify.config.*, webpack.config.*, windi.config.*", |
213 | 213 | "vite.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, htmlnanorc.*, i18n.config.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, playwright.config.*, postcss.config.*, puppeteer.config.*, rspack.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, uno.config.*, unocss.config.*, vitest.config.*, vuetify.config.*, webpack.config.*, windi.config.*", |
214 | | - "vue.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, htmlnanorc.*, i18n.config.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, playwright.config.*, postcss.config.*, puppeteer.config.*, rspack.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, uno.config.*, unocss.config.*, vitest.config.*, vuetify.config.*, webpack.config.*, windi.config.*", |
| 214 | + "vue.config.*": "*.env, .babelrc*, .codecov, .cssnanorc*, .env.*, .envrc, .htmlnanorc*, .lighthouserc.*, .mocha*, .postcssrc*, .terserrc*, api-extractor.json, ava.config.*, babel.config.*, contentlayer.config.*, cssnano.config.*, cypress.*, env.d.ts, formkit.config.*, formulate.config.*, histoire.config.*, htmlnanorc.*, i18n.config.*, jasmine.*, jest.config.*, jsconfig.*, karma*, lighthouserc.*, playwright.config.*, postcss.config.*, puppeteer.config.*, rspack.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, uno.config.*, unocss.config.*, vitest.config.*, vuetify.config.*, webpack.config.*, windi.config.*" |
215 | 215 | }, |
216 | 216 | "security.promptForLocalFileProtocolHandling": false, |
217 | 217 | "git.autofetch": true, |
|
242 | 242 | "supermaven.otherWarning": false, |
243 | 243 | "search.searchOnType": false, |
244 | 244 | "workbench.editorAssociations": { |
245 | | - "*.svg": "default", |
| 245 | + "*.svg": "default" |
246 | 246 | }, |
247 | 247 | "supermaven.enableSuggestionHighlighting": true, |
248 | 248 | "supermaven.enableFixWithSupermaven": true, |
249 | 249 | "gitlens.advanced.messages": { |
250 | | - "suppressIntegrationRequestTimedOutWarning": true, |
| 250 | + "suppressIntegrationRequestTimedOutWarning": true |
251 | 251 | }, |
252 | 252 | "docker.extension.enableComposeLanguageServer": false, |
253 | 253 | "[xml]": { |
254 | | - "editor.defaultFormatter": "redhat.vscode-xml", |
| 254 | + "editor.defaultFormatter": "redhat.vscode-xml" |
255 | 255 | }, |
256 | 256 | "window.commandCenter": false, |
257 | 257 | "workbench.layoutControl.enabled": false, |
|
262 | 262 | "editor.quickSuggestions": { |
263 | 263 | "other": true, |
264 | 264 | "comments": false, |
265 | | - "strings": true, |
| 265 | + "strings": true |
266 | 266 | }, |
267 | | - "editor.defaultFormatter": "redhat.vscode-yaml", |
| 267 | + "editor.defaultFormatter": "redhat.vscode-yaml" |
268 | 268 | }, |
269 | 269 | "[github-actions-workflow]": { |
270 | | - "editor.defaultFormatter": "redhat.vscode-yaml", |
| 270 | + "editor.defaultFormatter": "redhat.vscode-yaml" |
271 | 271 | }, |
272 | 272 | "typescript.experimental.useTsgo": false, |
273 | 273 | "claudeCode.preferredLocation": "panel", |
|
279 | 279 | "https://json-schema.org/": true, |
280 | 280 | "https://opencode.ai": true, |
281 | 281 | "https://models.dev": true, |
| 282 | + "https://biomejs.dev": true |
282 | 283 | }, |
283 | 284 | "vs-kubernetes": { |
284 | | - "vs-kubernetes.crd-code-completion": "disabled", |
| 285 | + "vs-kubernetes.crd-code-completion": "disabled" |
285 | 286 | }, |
286 | 287 | "extensions.ignoreRecommendations": true, |
287 | | - "editor.wordWrap": "on", |
| 288 | + "editor.wordWrap": "on" |
288 | 289 | // "workbench.statusBar.visible": false, |
289 | 290 | // "workbench.editor.showTabs": "none", |
290 | 291 | // "breadcrumbs.filePath": "off", |
|
0 commit comments