Patch new line add #2207
Replies: 1 comment 4 replies
-
You can enable the proposed API with a flag when starting code-server
(requires version 3.5.0 of code-server or later).
```
code-server --enable-proposed-api <extension id>
```
Keep in mind though that LiveShare is closed source and only licensed to
work with VS Code. I don't think it works on code-server. See
#388.
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
mberbero
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone
I'm actually now try Liveshare. And i take error. Error message says liveshare package needs extensionAllowedProposedApi . So i want to add line to pacth file but i didnt know that. The line I want to add is below.
Thank you for your help.
"ms-vsliveshare.vsliveshare",
Beta Was this translation helpful? Give feedback.
All reactions