8000
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 56ff596 commit a283747Copy full SHA for a283747
.devcontainer/devcontainer.json
@@ -1,20 +1,5 @@
1
// https://github.com/microsoft/vscode-dev-containers/tree/master/containers/typescript-node
2
{
3
-<<<<<<< Updated upstream
4
- "name": "Node.js & TypeScript",
5
- "build": {
6
- "dockerfile": "Dockerfile",
7
- "args": {
8
- "VARIANT": "12"
9
- }
10
- },
11
- "settings": {
12
- "terminal.integrated.shell.linux": "/bin/bash"
13
14
- "extensions": ["dbaeumer.vscode-eslint"],
15
- "remoteUser": "node"
16
-}
17
-=======
18
"name": "Node.js & TypeScript",
19
"build": {
20
"dockerfile": "Dockerfile",
@@ -30,4 +15,3 @@
30
],
31
"remoteUser": "node"
32
}
33
->>>>>>> Stashed changes
0 commit comments