File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
- ARG VARIANT=12
1
+ ARG VARIANT=14
2
2
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:${VARIANT}
Original file line number Diff line number Diff line change 1
- ARG VARIANT=12 -buster
1
+ ARG VARIANT=14 -buster
2
2
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:dev-${VARIANT}
3
3
4
4
# Install tslint, typescript. eslint is installed by javascript image
Original file line number Diff line number Diff line change 1
1
// https://github.com/microsoft/vscode-dev-containers/tree/master/containers/typescript-node
2
2
{
3
+ <<<<<<< Updated upstream
3
4
"name" : " Node.js & TypeScript" ,
4
5
"build" : {
5
6
"dockerfile" : " Dockerfile" ,
13
14
"extensions" : [" dbaeumer.vscode-eslint" ],
14
15
"remoteUser" : " node"
15
16
}
17
+ =======
18
+ " name" : " Node.js & TypeScript" ,
19
+ " build" : {
20
+ "dockerfile" : " Dockerfile" ,
21
+ "args" : {
22
+ "VARIANT" : " 14"
23
+ }
24
+ },
25
+ " settings" : {
26
+ "terminal.integrated.shell.linux" : " /bin/bash"
27
+ },
28
+ " extensions" : [
29
+ " dbaeumer.vscode-eslint"
30
+ ],
31
+ " remoteUser" : " node"
32
+ }
33
+ >>>>>>> Stashed changes
You can’t perform that action at this time.
0 commit comments