removes settings json and ignores it for future

This commit is contained in:
James
2020-04-14 15:13:58 -04:00
parent 5de93823a6
commit d64909b3eb
3 changed files with 31 additions and 50 deletions

1
.gitignore vendored
View File

@@ -124,7 +124,6 @@ GitHub.sublime-settings
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

18
.vscode/settings.json vendored
View File

@@ -1,18 +0,0 @@
{
"eslint.enable": true,
"workbench.colorCustomizations": {
"editorWhitespace.foreground": "#1e1e1e",
"activityBar.background": "#3399ff",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#bf0060",
"activityBarBadge.foreground": "#e7e7e7",
"titleBar.activeBackground": "#007fff",
"titleBar.inactiveBackground": "#007fff99",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#007fff",
"statusBarItem.hoverBackground": "#3399ff",
"statusBar.foreground": "#e7e7e7"
}
}