Can we use extensions from visualstudio market place for Code Server? #6077
-
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? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
That is correct. The marketplace we use is Open VSX (https://open-vsx.org). |
Beta Was this translation helpful? Give feedback.
-
Thanks @code-asher . So, can build the extension from source and use it in the Code Server ? |
Beta Was this translation helpful? Give feedback.
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