From 0ff8a11c7f187d22f8f6246c3069a3ae357416c2 Mon Sep 17 00:00:00 2001 From: Asher Date: Fri, 13 Sep 2019 10:21:06 -0500 Subject: [PATCH] Vsix upload should work --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2a7c6a2c..4947a431 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ docker run -it -p 127.0.0.1:8080:8080 -v "${HOME}/.local/share/code-server:/home ![Screenshot](/doc/assets/ide.gif) ## Getting Started - ### Run over SSH Use [sshcode](https://github.com/codercom/sshcode) for a simple setup. @@ -57,7 +56,6 @@ arguments when launching code-server with Docker. See code into a single binary. ## Known Issues -- Uploading .vsix files doesn't work. - Creating custom VS Code extensions and debugging them doesn't work. - Extension profiling and tips are currently disabled.