This repository has been archived on 2025-08-13. You can view files and clone it, but cannot push or open issues or pull requests.
cache/.devcontainer/devcontainer.json
wangdepei be239f5f6a
Some checks failed
Tests / build (macOS-latest) (push) Has been cancelled
Tests / build (ubuntu-latest) (push) Has been cancelled
Tests / build (windows-latest) (push) Has been cancelled
Tests / test-save (macOS-latest) (push) Has been cancelled
Licensed / Licensed (push) Has been cancelled
Tests / test-save (ubuntu-latest) (push) Has been cancelled
Tests / test-save (windows-latest) (push) Has been cancelled
Tests / test-restore (macOS-latest) (push) Has been cancelled
Tests / test-restore (ubuntu-latest) (push) Has been cancelled
Tests / test-restore (windows-latest) (push) Has been cancelled
Tests / test-proxy-save (push) Has been cancelled
Code scanning - action / CodeQL-Build (push) Has been cancelled
Tests / test-proxy-restore (push) Has been cancelled
Check dist/ / Check dist/ (push) Has been cancelled
Close inactive issues / close-issues (push) Has been cancelled
init
2025-06-05 13:07:14 +08:00

15 lines
636 B
JSON

{
"name": "Node.js & TypeScript",
"image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye",
// Features to add to the dev container. More info: https://containers.dev/implementors/features.
// "features": {},
// 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": "npm install"
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}