File tree 4 files changed +8
-6
lines changed
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xterm.js" ,
3
- "image" : " mcr.microsoft.com/devcontainers/typescript-node:0- 18-buster " ,
3
+ "image" : " mcr.microsoft.com/devcontainers/typescript-node:18-bookworm " ,
4
4
"features" : {
5
- "ghcr.io/devcontainers/features/node:1" : {} // yarn
5
+ "ghcr.io/devcontainers/features/node:1" : {
6
+ "version" : 18
7
+ } // yarn
6
8
},
7
9
"forwardPorts" : [
8
10
3000
9
11
],
10
- "postCreateCommand" : " yarn install" ,
12
+ "postCreateCommand" : " yarn install && yarn setup " ,
11
13
"customizations" : {
12
14
"vscode" : {
13
15
"extensions" : [
Original file line number Diff line number Diff line change 1
- 16
1
+ 18
Original file line number Diff line number Diff line change 61
61
"runtimeExecutable" : " npm" ,
62
62
"runtimeArgs" : [" start" ],
63
63
"stopOnEntry" : true ,
64
- "runtimeVersion" : " 16 " ,
64
+ "runtimeVersion" : " 18 " ,
65
65
"serverReadyAction" : {
66
66
"action" : " openExternally" ,
67
67
"pattern" : " App listening to (http://.*?:[0-9]+)"
Original file line number Diff line number Diff line change 79
79
"cross-env" : " ^7.0.3" ,
80
80
"deep-equal" : " ^2.0.5" ,
81
81
"eslint" : " ^8.45.0" ,
82
- "eslint-plugin-jsdoc" : " ^39.3.6 " ,
82
+ "eslint-plugin-jsdoc" : " ^46.8.2 " ,
83
83
"express" : " ^4.17.1" ,
84
84
"express-ws" : " ^5.0.2" ,
85
85
"glob" : " ^7.2.0" ,
You can’t perform that action at this time.
0 commit comments