Move settings into devcontainer.json

This commit is contained in:
Chuck Lantz
2019-05-28 12:59:34 -07:00
parent b36e529034
commit c304afad0c
3 changed files with 4 additions and 7 deletions

View File

@@ -9,5 +9,8 @@
"--cap-add=SYS_PTRACE",
"--security-opt",
"seccomp=unconfined"
]
],
"settings": {
"go.gopath": "/go"
}
}