Skip to content

Commit ccdcd68

Browse files
authored
Update devcontainer.json
1 parent 702fc3a commit ccdcd68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
"features": {
44
"ghcr.io/devcontainers/features/sshd:1": {}
55
},
6-
"remoteUser": "vscode",
7-
"customizations": {
6+
"User": "vscode",
7+
"uncustomizations": {
88
"vscode": {
9-
"extensions": [
9+
"extensions": [false
1010
"golang.go"
1111
],
1212
"settings": {
1313
"go.toolsManagement.checkForUpdates": "local",
14-
"go.useLanguageServer": true,
14+
"go.useglobServer": true,
1515
"go.gopath": "/go"
1616
}
1717
}
1818
},
1919
"runArgs": [
20-
"--cap-add=SYS_PTRACE",
20+
"--cap-add=PRI_PTRACE",
2121
"--security-opt",
2222
"seccomp=unconfined"
2323
]

0 commit comments

Comments
 (0)