You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ How to [secure your setup](/doc/security/ssl.md).
55
55
### Known Issues
56
56
57
57
- Creating custom VS Code extensions and debugging them doesn't work.
58
+
- To debug Golang using [ms-vscode-go extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go), you need to add `--security-opt seccomp=unconfined` to your `docker run` arguments when launching code-server with Docker. See [#725](https://github.com/cdr/code-server/issues/725) for details.
58
59
59
60
### Future
60
61
- **Stay up to date!** Get notified about new releases of code-server.
0 commit comments