From e6713db677042ca7926dbbcfebffee4ca0777efe Mon Sep 17 00:00:00 2001 From: morningspace Date: Mon, 1 Jul 2019 21:29:13 +0800 Subject: [PATCH] Update READE to add know issue for golang debug --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4ce894a..99d24b30 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ How to [secure your setup](/doc/security/ssl.md). ### Known Issues - Creating custom VS Code extensions and debugging them doesn't work. +- 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. ### Future - **Stay up to date!** Get notified about new releases of code-server.