We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba4524 commit 0769273Copy full SHA for 0769273
.devcontainer/base.Dockerfile
.devcontainer/devcontainer.json
@@ -7,9 +7,16 @@
7
"VARIANT": "18"
8
}
9
},
10
- "settings": {
11
- "terminal.integrated.shell.linux": "/bin/bash"
+ "customizations": {
+ "env": {
12
+ "PATH": "/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH"
13
+ },
14
+ "vscode": {
15
+ "settings": {
16
+ "terminal.integrated.shell.linux": "/bin/bash"
17
18
+ "extensions": ["dbaeumer.vscode-eslint"]
19
+ }
20
- "extensions": ["dbaeumer.vscode-eslint"],
21
"remoteUser": "node"
22
0 commit comments