Platform specific extensions #23
isidorn
announced in
Announcements
Replies: 1 comment
-
I asked a question about how Platform Specific Extensions are handled by VS Code (outside of the Marketplace publishing mechanism). The answer is very revealing and may be helpful for extension developers to review. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Extensions can publish different VSIXs for each platform (Windows, Linux, macOS) VS Code is running on. We call such extensions platform-specific extensions. More details can be found in our docs:
https://code.visualstudio.com/api/working-with-extensions/publishing-extension#platformspecific-extensions
Let us know if you have any questions around platform specific extensions.
fyi @SaiKanth007
Beta Was this translation helpful? Give feedback.
All reactions