Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed61ce7

Browse files
committed
Reset devcontainer.json
1 parent aabf8df commit ed61ce7

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,5 @@
99
}
1010
},
1111
// SYS_PTRACE to enable go debugging
12-
"runArgs": [
13-
"--cap-add=SYS_PTRACE"
14-
],
15-
"customizations": {
16-
"vscode": {
17-
"extensions": [
18-
"biomejs.biome"
19-
]
20-
}
21-
}
12+
"runArgs": ["--cap-add=SYS_PTRACE"]
2213
}

0 commit comments

Comments
 (0)