We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702fc3a commit ccdcd68Copy full SHA for ccdcd68
.devcontainer/devcontainer.json
@@ -3,21 +3,21 @@
3
"features": {
4
"ghcr.io/devcontainers/features/sshd:1": {}
5
},
6
- "remoteUser": "vscode",
7
- "customizations": {
+ "User": "vscode",
+ "uncustomizations": {
8
"vscode": {
9
- "extensions": [
+ "extensions": [false
10
"golang.go"
11
],
12
"settings": {
13
"go.toolsManagement.checkForUpdates": "local",
14
- "go.useLanguageServer": true,
+ "go.useglobServer": true,
15
"go.gopath": "/go"
16
}
17
18
19
"runArgs": [
20
- "--cap-add=SYS_PTRACE",
+ "--cap-add=PRI_PTRACE",
21
"--security-opt",
22
"seccomp=unconfined"
23
]
0 commit comments