88 lines
1.9 KiB
JSON
88 lines
1.9 KiB
JSON
{
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"workbench.colorTheme": "Default Dark+",
|
|
"terminal.integrated.env.windows": {},
|
|
"editor.formatOnSave": true,
|
|
"typescript.preferences.importModuleSpecifier": "relative",
|
|
"javascript.preferences.importModuleSpecifier": "relative",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.biome": "explicit",
|
|
"source.organizeImports.biome": "explicit"
|
|
},
|
|
"[javascript]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[javascriptreact]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[typescript]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[json]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[graphql]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[handlebars]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[go]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "golang.go"
|
|
},
|
|
"[powershell]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "ms-vscode.powershell" // requires PowerShell extension
|
|
},
|
|
"[bat]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "foxundermoon.shell-format" // supports .sh, .bat, .cmd
|
|
},
|
|
"[cmd]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
},
|
|
|
|
// Optional: Configure goimports instead of gofmt
|
|
"go.formatTool": "goimports",
|
|
"cSpell.words": [
|
|
"acitve",
|
|
"alpla",
|
|
"alplamart",
|
|
"alplaprod",
|
|
"bookin",
|
|
"Datamart",
|
|
"dyco",
|
|
"intiallally",
|
|
"manadatory",
|
|
"OCME",
|
|
"onnotice",
|
|
"opendock",
|
|
"opendocks",
|
|
"ppoo",
|
|
"preseed",
|
|
"prodlabels",
|
|
"prolink",
|
|
"trycatch"
|
|
],
|
|
"gitea.token": "8456def90e1c651a761a8711763d6ef225d6b2db",
|
|
"gitea.instanceURL": "https://git.tuffraid.net",
|
|
"gitea.owner": "cowch",
|
|
"gitea.repo": "lst",
|
|
|
|
// tanstask stuff
|
|
"files.watcherExclude": {
|
|
"**/routeTree.gen.ts": true
|
|
},
|
|
"search.exclude": {
|
|
"**/routeTree.gen.ts": true
|
|
},
|
|
"files.readonlyInclude": {
|
|
"**/routeTree.gen.ts": true
|
|
}
|
|
}
|