46 lines
1.7 KiB
JSON
46 lines
1.7 KiB
JSON
{
|
|
"svelte.enable-ts-plugin": true,
|
|
"workbench.sideBar.location": "right",
|
|
"editor.cursorSurroundingLines": 8,
|
|
"git.autofetch": true,
|
|
"[svelte]": {
|
|
"editor.defaultFormatter": "svelte.svelte-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
},
|
|
"explorer.fileNesting.patterns": {
|
|
"*.ts": "${capture}.js",
|
|
"*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts",
|
|
"*.jsx": "${capture}.js",
|
|
"*.tsx": "${capture}.ts",
|
|
"tsconfig.json": "tsconfig.*.json",
|
|
"package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb, bun.lock",
|
|
"*.sqlite": "${capture}.${extname}-*",
|
|
"*.db": "${capture}.${extname}-*",
|
|
"*.sqlite3": "${capture}.${extname}-*",
|
|
"*.db3": "${capture}.${extname}-*",
|
|
"*.sdb": "${capture}.${extname}-*",
|
|
"*.s3db": "${capture}.${extname}-*"
|
|
},
|
|
"[jsonc]": {
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
|
},
|
|
"redhat.telemetry.enabled": false,
|
|
"telemetry.feedback.enabled": false,
|
|
"telemetry.editStats.enabled": false,
|
|
"telemetry.telemetryLevel": "off",
|
|
"chat.agent.enabled": false,
|
|
"remote.SSH.experimental.chat": false,
|
|
"chat.commandCenter.enabled": false,
|
|
"python.analysis.typeCheckingMode": "standard",
|
|
"workbench.iconTheme": "catppuccin-latte",
|
|
"editor.fontFamily": "Hack Nerd Font Mono,Menlo, Monaco, 'Courier New', monospace",
|
|
"editor.fontLigatures": false,
|
|
"catppuccin.italicKeywords": false,
|
|
"workbench.colorTheme": "Catppuccin Latte",
|
|
"extensions.experimental.affinity": {
|
|
"asvetliakov.vscode-neovim": 1
|
|
},
|
|
}
|