Initial commit from https://devstar.cn/templates/base.git ( cf53e5317b7d2dc6dc8804ac9bfe84d159fc81a5 )

This commit is contained in:
2025-10-18 03:03:15 +00:00
commit 9eb6989ad0
10 changed files with 426 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "DevContainerExample",
"image": "mcr.microsoft.com/devcontainers/base:dev-ubuntu-20.04",
"customizations": {
"vscode": {
"settings": {},
"extensions": [
]
}
},
"portsAttributes": {
"3000": {
"label": "Web Server",
"onAutoForward": "notify"
}
}
}