-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eecdc26
commit da7dd76
Showing
8 changed files
with
3,858 additions
and
3,408 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,37 +1,37 @@ | ||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.191.0/containers/typescript-node | ||
{ | ||
"name": "Node.js & TypeScript", | ||
"build": { | ||
"dockerfile": "Dockerfile", | ||
"args": { | ||
"TYPESCRIPT_NODE_VARIANT": "22", | ||
"PROTOTYPE_FRAMEWORK_VERSION": "2.0.0-alpha.4" | ||
} | ||
}, | ||
"postAttachCommand": "sh .devcontainer/startup.sh", | ||
"features": { | ||
"ghcr.io/devcontainers-extra/features/typescript:2": {} | ||
}, | ||
// Set *default* container specific settings.json values on container create. | ||
"customizations": { | ||
"vscode": { | ||
// Set *default* container specific settings.json values on container create. | ||
"settings": {}, | ||
// Add the IDs of extensions you want installed when the container is created. | ||
"extensions": [ | ||
"dbaeumer.vscode-eslint", // ESLint extension | ||
"esbenp.prettier-vscode", // Prettier extension | ||
"mhutchie.git-graph", | ||
"huizhou.githd", | ||
"amodio.tsl-problem-matcher" | ||
] | ||
} | ||
}, | ||
"postCreateCommand": "sh .devcontainer/startup.sh", | ||
// Use 'forwardPorts' to make a list of ports inside the container available locally. | ||
// "forwardPorts": [], | ||
// Use 'postCreateCommand' to run commands after the container is created. | ||
// "postCreateCommand": "yarn install", | ||
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. | ||
"name": "Node.js & TypeScript", | ||
"build": { | ||
"dockerfile": "Dockerfile", | ||
"args": { | ||
"TYPESCRIPT_NODE_VARIANT": "22", | ||
"PROTOTYPE_FRAMEWORK_VERSION": "2.0.0-alpha.4" | ||
} | ||
}, | ||
"postAttachCommand": "sh .devcontainer/startup.sh", | ||
"features": { | ||
"ghcr.io/devcontainers-extra/features/typescript:2": {} | ||
}, | ||
// Set *default* container specific settings.json values on container create. | ||
"customizations": { | ||
"vscode": { | ||
// Set *default* container specific settings.json values on container create. | ||
"settings": {}, | ||
// Add the IDs of extensions you want installed when the container is created. | ||
"extensions": [ | ||
"dbaeumer.vscode-eslint", // ESLint extension | ||
"esbenp.prettier-vscode", // Prettier extension | ||
"mhutchie.git-graph", | ||
"huizhou.githd", | ||
"amodio.tsl-problem-matcher" | ||
] | ||
} | ||
}, | ||
"postCreateCommand": "sh .devcontainer/startup.sh", | ||
// Use 'forwardPorts' to make a list of ports inside the container available locally. | ||
// "forwardPorts": [], | ||
// Use 'postCreateCommand' to run commands after the container is created. | ||
// "postCreateCommand": "yarn install", | ||
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. | ||
} |
Oops, something went wrong.