mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.3 KiB
43 lines
1.3 KiB
{
|
|
"[typescriptreact]": {
|
|
"editor.formatOnSave": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": false,
|
|
"source.organizeImports": false
|
|
}
|
|
},
|
|
"[xml]": {
|
|
"editor.formatOnSave": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": false,
|
|
"source.organizeImports": false
|
|
}
|
|
},
|
|
"files.associations": {
|
|
"*.ts.template": "typescriptreact",
|
|
"*.html.template": "xml"
|
|
},
|
|
"search.exclude": {
|
|
"**/dist": true
|
|
},
|
|
"tslint.rulesDirectory": "../node_modules/codelyzer",
|
|
"typescript.tsdk": "../node_modules/typescript/lib",
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.background": "#258ecd",
|
|
"activityBar.activeBackground": "#258ecd",
|
|
"activityBar.activeBorder": "#f0aed7",
|
|
"activityBar.foreground": "#e7e7e7",
|
|
"activityBar.inactiveForeground": "#e7e7e799",
|
|
"activityBarBadge.background": "#f0aed7",
|
|
"activityBarBadge.foreground": "#15202b",
|
|
"titleBar.activeBackground": "#1d70a2",
|
|
"titleBar.inactiveBackground": "#1d70a299",
|
|
"titleBar.activeForeground": "#e7e7e7",
|
|
"titleBar.inactiveForeground": "#e7e7e799",
|
|
"statusBar.background": "#1d70a2",
|
|
"statusBarItem.hoverBackground": "#258ecd",
|
|
"statusBar.foreground": "#e7e7e7"
|
|
},
|
|
"peacock.color": "#1D70A2"
|
|
}
|