Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 0825ec4

Browse files
committed
Fix bazel devcontainer indentation
1 parent 9d193ad commit 0825ec4

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

containers/kubernetes-helm/.devcontainer/devcontainer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"name": "Kubernetes & Helm",
3-
"dockerFile": "Dockerfile",
4-
"extensions": [
5-
"peterjausovec.vscode-docker",
6-
"ms-kubernetes-tools.vscode-kubernetes-tools"
7-
],
8-
"runArgs": [
9-
"--mount", "type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock",
10-
"--mount", "type=bind,source=${env:HOME}${env:USERPROFILE}/.kube,target=/root/.kube-localhost",
11-
"-v", "${env:HOME}${env:USERPROFILE}/.minikube:/root/.minikube-localhost"
2+
"name": "Kubernetes & Helm",
3+
"dockerFile": "Dockerfile",
4+
"extensions": [
5+
"peterjausovec.vscode-docker",
6+
"ms-kubernetes-tools.vscode-kubernetes-tools"
7+
],
8+
"runArgs": [
9+
"--mount", "type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock",
10+
"--mount", "type=bind,source=${env:HOME}${env:USERPROFILE}/.kube,target=/root/.kube-localhost",
11+
"-v", "${env:HOME}${env:USERPROFILE}/.minikube:/root/.minikube-localhost"
12+
13+
// Uncomment the next line if you will use a ptrace-based debugger like C++, Go, and Rust.
14+
// "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"
15+
],
1216

13-
// Uncomment the next line if you will use a ptrace-based debugger like C++, Go, and Rust.
14-
// "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"
15-
],
16-
1717
// Uncomment the next line if you want to publish any ports.
1818
// "appPort": [],
1919

0 commit comments

Comments
 (0)