Skip to content

Commit c010f9e

Browse files
authored
V12 (#129)
* p * dev container
1 parent 2aea932 commit c010f9e

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
// Add the IDs of extensions you want installed when the container is created.
1717
"extensions": [
1818
"dbaeumer.vscode-eslint",
19-
"eg2.vscode-npm-script",
20-
"esbenp.prettier-vscode"
19+
"esbenp.prettier-vscode",
20+
"eg2.vscode-npm-script"
2121
],
2222

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

2626
// Use 'postCreateCommand' to run commands after the container is created.
27-
// "postCreateCommand": "yarn install",
27+
"postCreateCommand": "npm install",
2828

2929
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
3030
"remoteUser": "node"

.vscode/settings.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,27 @@
66
"search.exclude": {
77
"out": true
88
},
9-
"peacock.color": "#1975d2"
9+
"peacock.color": "#1975d2",
10+
"workbench.colorCustomizations": {
11+
"activityBar.activeBackground": "#378fe7",
12+
"activityBar.activeBorder": "#ab1460",
13+
"activityBar.background": "#378fe7",
14+
"activityBar.foreground": "#e7e7e7",
15+
"activityBar.inactiveForeground": "#e7e7e799",
16+
"activityBarBadge.background": "#ab1460",
17+
"activityBarBadge.foreground": "#e7e7e7",
18+
"editorGroup.border": "#378fe7",
19+
"panel.border": "#378fe7",
20+
"sideBar.border": "#378fe7",
21+
"statusBar.background": "#1975d2",
22+
"statusBar.border": "#1975d2",
23+
"statusBar.foreground": "#e7e7e7",
24+
"statusBarItem.hoverBackground": "#378fe7",
25+
"titleBar.activeBackground": "#1975d2",
26+
"titleBar.activeForeground": "#e7e7e7",
27+
"titleBar.border": "#1975d2",
28+
"titleBar.inactiveBackground": "#1975d299",
29+
"titleBar.inactiveForeground": "#e7e7e799"
30+
},
31+
"peacock.remoteColor": "1975d2"
1032
}

0 commit comments

Comments
 (0)