|
| 1 | +{ |
| 2 | + "typescript.tsdk": "node_modules/typescript/lib", |
| 3 | + "typescript.enablePromptUseWorkspaceTsdk": true, |
| 4 | + "editor.codeActionsOnSave": { |
| 5 | + "source.fixAll": "never", |
| 6 | + "source.organizeImports": "never", |
| 7 | + "source.sortMembers": "never" |
| 8 | + }, |
| 9 | + "files.autoSave": "afterDelay", |
| 10 | + "files.autoSaveDelay": 500, |
| 11 | + "editor.formatOnSave": false, |
| 12 | + "[markdown]": { |
| 13 | + "editor.wordWrap": "off" |
| 14 | + }, |
| 15 | + "explorer.fileNesting.enabled": true, |
| 16 | + "explorer.fileNesting.expand": false, |
| 17 | + "explorer.fileNesting.patterns": { |
| 18 | + "manifest.json": "pages.json, shime-uni.d.ts, uni.scss", |
| 19 | + "main.ts": "env.d.ts", |
| 20 | + ".env.example": ".env*", |
| 21 | + "*.ts": "$(capture).js, $(capture).d.ts, $(capture).*.ts, $(capture).*.js", |
| 22 | + "README.md": "LICENSE, .gitconfig, .editorconfig, .gitmodules, .gitattributes, *.code-workspace", |
| 23 | + "package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml, pnpm-workspace.yaml, .node-version, turbo.json, .npmignore, .npmrc", |
| 24 | + ".env": ".env.local, .env.*.local", |
| 25 | + "tsconfig.json": "tsconfig.*.json, env.d.ts, tsconfig.*.tsbuildinfo, tsconfig.tsbuildinfo", |
| 26 | + "AGENTS.md": "GEMINI.md, WARP.md, CLAUDE.md", |
| 27 | + ".gitignore": ".dockerignore, .cursorignore, .kiroignore, .qoderignore, .warpindexignore, .aiignore", |
| 28 | + "tsdown.config.ts": "vitest.config.ts, vite.config.ts, eslint.config.ts", |
| 29 | + "vite.config.ts": "index.html, vitest.config.ts", |
| 30 | + "Cargo.toml": "Cargo.lock, tauri.conf.json", |
| 31 | + "next.config.ts": "vitest.config.ts, vite.config.ts, eslint.config.ts, postcss.config.mjs, next-env.d.ts, components.json" |
| 32 | + }, |
| 33 | + "workbench.sideBar.location": "left", |
| 34 | + "workbench.editor.openPositioning": "left", |
| 35 | + "workbench.editor.openSideBySideDirection": "right", |
| 36 | + "workbench.editor.limit.enabled": true, |
| 37 | + "workbench.editor.limit.value": 2, |
| 38 | + "workbench.editor.limit.perEditorGroup": true, |
| 39 | + "diffEditor.renderSideBySide": false, |
| 40 | + "diffEditor.hideUnchangedRegions.enabled": true, |
| 41 | + "scm.defaultViewMode": "tree", |
| 42 | + "editor.rulers": [ |
| 43 | + 2, |
| 44 | + 4, |
| 45 | + 80, |
| 46 | + 160 |
| 47 | + ], |
| 48 | + "editor.fontFamily": "JetBrains Mono", |
| 49 | + "editor.fontLigatures": true, |
| 50 | + "kiroAgent.notifications.agent.failure": true, |
| 51 | + "kiroAgent.enableDebugLogs": true, |
| 52 | + "kiroAgent.notifications.agent.success": true, |
| 53 | + "kiroAgent.configureMCP": "Enabled", |
| 54 | + "scss.validate": false, |
| 55 | + "css.validate": false, |
| 56 | + "accessibility.signals.lineHasBreakpoint": { |
| 57 | + "sound": "on" |
| 58 | + }, |
| 59 | + "accessibility.signals.lineHasError": { |
| 60 | + "sound": "on" |
| 61 | + }, |
| 62 | + "accessibility.signals.lineHasFoldedArea": { |
| 63 | + "sound": "on" |
| 64 | + }, |
| 65 | + "accessibility.signals.lineHasInlineSuggestion": { |
| 66 | + "sound": "on" |
| 67 | + }, |
| 68 | + "accessibility.signals.lineHasWarning": { |
| 69 | + "sound": "on" |
| 70 | + }, |
| 71 | + "accessibility.signals.noInlayHints": { |
| 72 | + "sound": "on" |
| 73 | + }, |
| 74 | + "accessibility.signals.notebookCellCompleted": { |
| 75 | + "sound": "on" |
| 76 | + }, |
| 77 | + "accessibility.signals.notebookCellFailed": { |
| 78 | + "sound": "on" |
| 79 | + }, |
| 80 | + "accessibility.signals.onDebugBreak": { |
| 81 | + "sound": "on" |
| 82 | + }, |
| 83 | + "accessibility.signals.taskCompleted": { |
| 84 | + "sound": "on" |
| 85 | + }, |
| 86 | + "accessibility.signals.taskFailed": { |
| 87 | + "sound": "on" |
| 88 | + }, |
| 89 | + "accessibility.signals.terminalBell": { |
| 90 | + "sound": "on" |
| 91 | + }, |
| 92 | + "accessibility.signals.terminalCommandFailed": { |
| 93 | + "sound": "on" |
| 94 | + }, |
| 95 | + "accessibility.signals.terminalCommandSucceeded": { |
| 96 | + "sound": "on" |
| 97 | + }, |
| 98 | + "accessibility.signals.terminalQuickFix": { |
| 99 | + "sound": "on" |
| 100 | + }, |
| 101 | + "accessibility.signals.diffLineDeleted": { |
| 102 | + "sound": "on" |
| 103 | + }, |
| 104 | + "accessibility.signals.diffLineInserted": { |
| 105 | + "sound": "on" |
| 106 | + }, |
| 107 | + "accessibility.signals.diffLineModified": { |
| 108 | + "sound": "on" |
| 109 | + }, |
| 110 | + "accessibility.signals.positionHasError": { |
| 111 | + "sound": "on" |
| 112 | + }, |
| 113 | + "accessibility.signals.positionHasWarning": { |
| 114 | + "sound": "on" |
| 115 | + }, |
| 116 | + "accessibility.signals.save": { |
| 117 | + "sound": "always" |
| 118 | + }, |
| 119 | + "accessibility.signals.format": { |
| 120 | + "sound": "always" |
| 121 | + }, |
| 122 | + "accessibility.signals.voiceRecordingStarted": { |
| 123 | + "sound": "on" |
| 124 | + }, |
| 125 | + "accessibility.signals.voiceRecordingStopped": { |
| 126 | + "sound": "on" |
| 127 | + }, |
| 128 | + "accessibility.signals.clear": { |
| 129 | + "sound": "on" |
| 130 | + }, |
| 131 | + "accessibility.signals.progress": { |
| 132 | + "sound": "on" |
| 133 | + }, |
| 134 | + "kiroAgent.experiments": { |
| 135 | + |
| 136 | + } |
| 137 | +} |
0 commit comments