Skip to content

Commit

Permalink
Created .devcontainer.json file for Github codespaces (#5661)
Browse files Browse the repository at this point in the history
* added_devcontainer

Signed-off-by: Akshit42-hue <patelakshit2025@gmail.com>

* correct indentation

Signed-off-by: Axit Patel <patelakshit2025@gmail.com>

Signed-off-by: Axit Patel <patelakshit2025@gmail.com>

* correct_Identation

Signed-off-by: Akshit42-hue <patelakshit2025@gmail.com>

* enter_empty_line

Signed-off-by: Akshit42-hue <patelakshit2025@gmail.com>

Signed-off-by: Akshit42-hue <patelakshit2025@gmail.com>
Signed-off-by: Axit Patel <patelakshit2025@gmail.com>
  • Loading branch information
Akshit42-hue committed Sep 2, 2022
1 parent 06a64d6 commit 891e6f2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Codespaces for Thanos",
"customizations": {
"vscode": {
"settings": {
"go.toolsManagement.checkForUpdates": "local",
"go.useLanguageServer": true,
"go.gopath": "/go"
}
}
},
"extensions": [
"ms-azuretools.vscode-docker",
"ms-kubernetes-tools.vscode-kubernetes-tools",
"davidanson.vscode-markdownlint",
"timonwong.shellcheck",
"docsmsft.docs-yaml",
"Grafana.vscode-jsonnet",
"codezombiech.gitignore",
"golang.Go"
]
}

0 comments on commit 891e6f2

Please sign in to comment.