Skip to content

Commit

Permalink
SLVUU-97 add workspace settings
Browse files Browse the repository at this point in the history
  • Loading branch information
vferraro-scottlogic committed Nov 16, 2023
1 parent 77e2472 commit bcc785b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
5 changes: 5 additions & 0 deletions vuu-ui/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"esbenp.prettier-vscode"
]
}
23 changes: 2 additions & 21 deletions vuu-ui/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#a2b875",
"activityBar.activeBorder": "#4c7c93",
"activityBar.background": "#a2b875",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#4c7c93",
"activityBarBadge.foreground": "#e7e7e7",
"sash.hoverBorder": "#a2b875",
"statusBar.background": "#8ba555",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#6f8344",
"statusBarItem.remoteBackground": "#8ba555",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#8ba555",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#8ba55599",
"titleBar.inactiveForeground": "#15202b99",
"commandCenter.border": "#15202b99"
},
"peacock.color": "#8ba555",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"typescript.tsdk": "node_modules/typescript/lib",
"css.customData": [
"./.vscode/custom-css.json"
Expand Down

0 comments on commit bcc785b

Please sign in to comment.