-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating libraries and adding additional debug information when active
- Loading branch information
1 parent
dc04139
commit f9a6e5b
Showing
9 changed files
with
171 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
{ | ||
"name": "Workspace", | ||
"image": "ghcr.io/octodemo/development-containers/javascript:base-202401-r1", | ||
"extensions": [ | ||
"dbaeumer.vscode-eslint", | ||
"redhat.vscode-yaml", | ||
"swellaby.node-pack" | ||
], | ||
"postCreateCommand": "npm install" | ||
"image": "ghcr.io/octodemo/development-containers/javascript-nodejs-20:base-202408-r2", | ||
"postCreateCommand": "npm install", | ||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"dbaeumer.vscode-eslint", | ||
"redhat.vscode-yaml", | ||
"swellaby.node-pack" | ||
], | ||
} | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.