2021-08-18 12:26:07 +00:00
|
|
|
{
|
|
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
// Auto-fix issues with ESLint when you save code changes
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.fixAll.eslint": true
|
|
|
|
},
|
2021-10-30 15:54:21 +00:00
|
|
|
"eslint.run": "onSave",
|
|
|
|
"workbench.colorCustomizations": {
|
|
|
|
"titleBar.activeBackground": "#888888",
|
|
|
|
"titleBar.inactiveBackground": "#292929"
|
|
|
|
}
|
2021-08-18 12:26:07 +00:00
|
|
|
}
|