Can we use extensions from visualstudio market place for Code Server? #6077
Answered
by
code-asher
sakthivel-axim
asked this question in
General
|
As mentioned in FAQ (https://github.com/coder/code-server/blob/main/docs/FAQ.md#why-cant-code-server-use-microsofts-extension-marketplace), we cannot use any extension from https://marketplace.visualstudio.com . Is my understanding right? If we search any extension in code server extensions sidebar, extension results are from which market place ? Which is open source extension market place for Code Server? |
Answered by
code-asher
Mar 20, 2023
Replies: 2 comments 5 replies
|
That is correct. The marketplace we use is Open VSX (https://open-vsx.org). |
0 replies
|
Thanks @code-asher . So, can build the extension from source and use it in the Code Server ? |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note though that some extensions may have a runtime license that is different from the source code license.
For example, vscode-cpptools's license is MIT but they have runtime licenses that disallows using the binaries the extension downloads in anything except Microsoft products.
https://github.com/microsoft/vscode-cpptools/blob/main/LICENSE.md
https://github.com/microsoft/vscode-cpptools/blob/main/RuntimeLicenses/cpptools-LICENSE.txt