Skip to content

Commit 0aeeebd

Browse files
committed
Devcontainer update
1 parent 58bb7fc commit 0aeeebd

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.devcontainer/devcontainer.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "xterm.js",
3-
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18-buster",
3+
"image": "mcr.microsoft.com/devcontainers/typescript-node:18-bookworm",
44
"features": {
5-
"ghcr.io/devcontainers/features/node:1": {} // yarn
5+
"ghcr.io/devcontainers/features/node:1": {
6+
"version": 18
7+
} // yarn
68
},
79
"forwardPorts": [
810
3000
911
],
10-
"postCreateCommand": "yarn install",
12+
"postCreateCommand": "yarn install && yarn setup",
1113
"customizations": {
1214
"vscode": {
1315
"extensions": [

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"runtimeExecutable": "npm",
6262
"runtimeArgs": ["start"],
6363
"stopOnEntry": true,
64-
"runtimeVersion": "16",
64+
"runtimeVersion": "18",
6565
"serverReadyAction": {
6666
"action": "openExternally",
6767
"pattern": "App listening to (http://.*?:[0-9]+)"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"cross-env": "^7.0.3",
8080
"deep-equal": "^2.0.5",
8181
"eslint": "^8.45.0",
82-
"eslint-plugin-jsdoc": "^39.3.6",
82+
"eslint-plugin-jsdoc": "^46.8.2",
8383
"express": "^4.17.1",
8484
"express-ws": "^5.0.2",
8585
"glob": "^7.2.0",

0 commit comments

Comments
 (0)