41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[yaml]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[svg]": {
|
|
"editor.defaultFormatter": "jock.svg"
|
|
},
|
|
"material-icon-theme.activeIconPack": "react",
|
|
"material-icon-theme.folders.associations": {
|
|
"analytics": "Json",
|
|
"background": "Delta",
|
|
"navigation": "Routes",
|
|
"logging": "log",
|
|
"popup": "Layout",
|
|
"storage": "Database",
|
|
},
|
|
"material-icon-theme.files.associations": {
|
|
"tsconfig.extension.json": "tsconfig",
|
|
"tsconfig.build.json": "tsconfig",
|
|
"tsconfig.test.json": "tsconfig"
|
|
},
|
|
"[html]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
}
|