build(devcontainer): 添加容器名称配置
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 1m56s
CI/CD Pipeline / build-and-deploy (push) Successful in 2m17s
测试最新依赖 / playwright (push) Successful in 1m59s
测试最新依赖 / build-and-test (push) Successful in 2m13s

This commit is contained in:
严浩
2025-11-10 22:42:49 +08:00
parent 0f57624cdf
commit 3429c75600

View File

@@ -27,7 +27,8 @@
// ----- // -----
"--cap-add=NET_ADMIN", "--cap-add=NET_ADMIN",
"--cap-add=NET_RAW", "--cap-add=NET_RAW",
"--add-host=host.docker.internal:host-gateway" "--add-host=host.docker.internal:host-gateway",
"--name=${localWorkspaceFolderBasename}-devcontainer"
], ],
"customizations": { "customizations": {
"vscode": { "vscode": {