What means “Works With: Universal” for Visual Studio Code extensions #297
-
I just noticed a new fixed info for Visual Studio Code extension’s page. It says: —- What’s the meaning of this info and what I, as an extension developer, should do to properly update it (if necessary)? Thank you PS: Looking at regular Visual Studio side, the same Works With info seems to show the Visual Studio release which the extension is compatible, but because VSCode doesn’t follow a similar release cycle, I suppose this is not the case. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We have recently enabled platform specific extensions. That is, you can upload VSIX targeting specific OS/CPU combination. For example, C# extension multiple download option targeting different OS |
Beta Was this translation helpful? Give feedback.
We have recently enabled platform specific extensions. That is, you can upload VSIX targeting specific OS/CPU combination.
Universal means the extension will work on all operating systems and CPU.
For example, C# extension multiple download option targeting different OS