build(devcontainer): 添加容器名称配置
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user