64 lines
2.0 KiB
Plaintext
64 lines
2.0 KiB
Plaintext
|
|
|
||
|
|
{
|
||
|
|
"folders": [
|
||
|
|
{
|
||
|
|
"path": "keepr.client",
|
||
|
|
"name": "client"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "keepr",
|
||
|
|
"name": "server"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "keepr",
|
||
|
|
"path": "."
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"settings": {
|
||
|
|
"editor.suggestSelection": "first",
|
||
|
|
"git.enableSmartCommit": true,
|
||
|
|
"git.confirmSync": false,
|
||
|
|
"git.autofetch": true,
|
||
|
|
"javascript.referencesCodeLens.enabled": true,
|
||
|
|
"javascript.referencesCodeLens.showOnAllFunctions": true,
|
||
|
|
"typescript.implementationsCodeLens.enabled": true,
|
||
|
|
"typescript.referencesCodeLens.enabled": true,
|
||
|
|
"typescript.referencesCodeLens.showOnAllFunctions": true,
|
||
|
|
"js/ts.implicitProjectConfig.checkJs": true,
|
||
|
|
"files.exclude": {
|
||
|
|
"**/.nyc_*": true,
|
||
|
|
"**/coverage": true,
|
||
|
|
"**/node_modules": true
|
||
|
|
},
|
||
|
|
"javascript.updateImportsOnFileMove.enabled": "always",
|
||
|
|
"explorer.confirmDragAndDrop": false,
|
||
|
|
"vetur.format.defaultFormatter.js": "vscode-typescript",
|
||
|
|
"eslint.alwaysShowStatus": true,
|
||
|
|
"eslint.format.enable": true,
|
||
|
|
"eslint.lintTask.enable": true,
|
||
|
|
"eslint.codeActionsOnSave.mode": "all",
|
||
|
|
"editor.codeActionsOnSave": {
|
||
|
|
"source.fixAll": true
|
||
|
|
},
|
||
|
|
"workbench.colorCustomizations": {
|
||
|
|
"activityBar.activeBackground": "#65c89b",
|
||
|
|
"activityBar.activeBorder": "#945bc4",
|
||
|
|
"activityBar.background": "#65c89b",
|
||
|
|
"activityBar.foreground": "#15202b",
|
||
|
|
"activityBar.inactiveForeground": "#15202b99",
|
||
|
|
"activityBarBadge.background": "#945bc4",
|
||
|
|
"activityBarBadge.foreground": "#e7e7e7",
|
||
|
|
"sash.hoverBorder": "#65c89b",
|
||
|
|
"statusBar.background": "#42b883",
|
||
|
|
"statusBar.foreground": "#15202b",
|
||
|
|
"statusBarItem.hoverBackground": "#359268",
|
||
|
|
"statusBarItem.remoteBackground": "#42b883",
|
||
|
|
"statusBarItem.remoteForeground": "#15202b",
|
||
|
|
"titleBar.activeBackground": "#42b883",
|
||
|
|
"titleBar.activeForeground": "#15202b",
|
||
|
|
"titleBar.inactiveBackground": "#42b88399",
|
||
|
|
"titleBar.inactiveForeground": "#15202b99"
|
||
|
|
},
|
||
|
|
"peacock.color": "#42b883"
|
||
|
|
}
|
||
|
|
}
|