EmailDone1
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 22s
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 22s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
||||
// README at: https://github.com/devcontainers/templates/tree/main/src/rust
|
||||
{
|
||||
"name": "fission:ailbl-tag",
|
||||
"name": "fission:ailbl-user-email",
|
||||
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
||||
// "image": "mcr.microsoft.com/devcontainers/rust:0-1-bullseye",
|
||||
// Use docker compose file
|
||||
@@ -21,17 +21,17 @@
|
||||
},
|
||||
"extensions": [
|
||||
// VS Code specific
|
||||
"ms-azuretools.vscode-docker" ,
|
||||
"dbaeumer.vscode-eslint" ,
|
||||
"EditorConfig.EditorConfig" ,
|
||||
"ms-azuretools.vscode-docker",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"EditorConfig.EditorConfig",
|
||||
// Python specific
|
||||
"ms-python.python" ,
|
||||
"ms-python.black-formatter" ,
|
||||
"ms-python.python",
|
||||
"ms-python.black-formatter",
|
||||
// C++ specific
|
||||
"ms-vscode.cpptools" ,
|
||||
"twxs.cmake" ,
|
||||
"ms-vscode.cpptools",
|
||||
"twxs.cmake",
|
||||
// Markdown specific
|
||||
"yzhang.markdown-all-in-one" ,
|
||||
"yzhang.markdown-all-in-one",
|
||||
// YAML formatter
|
||||
"kennylong.kubernetes-yaml-formatter",
|
||||
// hightlight and format `pyproject.toml`
|
||||
@@ -39,7 +39,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"mounts": [ ],
|
||||
"mounts": [],
|
||||
// "runArgs": [
|
||||
// "--env-file",
|
||||
// ".devcontainer/.env"
|
||||
@@ -47,4 +47,4 @@
|
||||
"postStartCommand": "/workspaces/${localWorkspaceFolderBasename}/.devcontainer/initscript.sh",
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
"forwardPorts": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user