documentation an some refactoring, release alpha
This commit is contained in:
25
devops/templates/devcontainer.json
Normal file
25
devops/templates/devcontainer.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"image": "https://gitlimbosolutions.com/mf/devcontainers/devops",
|
||||
"remoteUser": "vscode",
|
||||
"name": "devops-devs",
|
||||
"runArgs": [
|
||||
"--hostname=devops"
|
||||
],
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"ms-kubernetes-tools.vscode-kubernetes-tools",
|
||||
"redhat.ansible",
|
||||
"mtxr.sqltools-driver-mysql",
|
||||
"stateful.runme",
|
||||
"yzhang.markdown-all-in-one",
|
||||
"davidanson.vscode-markdownlint",
|
||||
"eamodio.gitlens",
|
||||
"m4ns0ur.base64",
|
||||
"rogalmic.bash-debug",
|
||||
"streetsidesoftware.code-spell-checker",
|
||||
"ms-azuretools.vscode-containers"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user