Skip to content

Feature/update server #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jan 11, 2020
Prev Previous commit
Next Next commit
update vscode settings
  • Loading branch information
ShMcK committed Jan 10, 2020
commit fa6f3efde75548b4897c973a0ba0895b4ef9692b
18 changes: 15 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,27 @@
"source.organizeImports": true,
"source.fixAll": true
},
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
"files.exclude": {
"build": false, // set this to true to hide the "out" folder with the compiled JS files
".vscode-test/**": true,
"*.vsix": true
},
// styles
"workbench.colorCustomizations": {
"activityBar.background": "#000000",
"activityBar.background": "#1a1a1a",
"activityBar.activeBorder": "#606020",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#606020",
"activityBarBadge.foreground": "#e7e7e7",
"titleBar.activeBackground": "#000000",
"titleBar.activeForeground": "#FFFFFF"
}
"titleBar.inactiveBackground": "#00000099",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#000000",
"statusBarItem.hoverBackground": "#1a1a1a",
"statusBar.foreground": "#e7e7e7"
},
"peacock.color": "#000000"
}