Skip to content

Commit

Permalink
V12 (#129)
Browse files Browse the repository at this point in the history
* p

* dev container
  • Loading branch information
johnpapa authored May 27, 2021
1 parent 2aea932 commit c010f9e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"dbaeumer.vscode-eslint",
"eg2.vscode-npm-script",
"esbenp.prettier-vscode"
"esbenp.prettier-vscode",
"eg2.vscode-npm-script"
],

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
"postCreateCommand": "npm install",

// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node"
Expand Down
24 changes: 23 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,27 @@
"search.exclude": {
"out": true
},
"peacock.color": "#1975d2"
"peacock.color": "#1975d2",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#378fe7",
"activityBar.activeBorder": "#ab1460",
"activityBar.background": "#378fe7",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#ab1460",
"activityBarBadge.foreground": "#e7e7e7",
"editorGroup.border": "#378fe7",
"panel.border": "#378fe7",
"sideBar.border": "#378fe7",
"statusBar.background": "#1975d2",
"statusBar.border": "#1975d2",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#378fe7",
"titleBar.activeBackground": "#1975d2",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.border": "#1975d2",
"titleBar.inactiveBackground": "#1975d299",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.remoteColor": "1975d2"
}

0 comments on commit c010f9e

Please sign in to comment.