microsoft / vscode-azurestorage

Azure Storage extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestorage
MIT License
61 stars 39 forks source link

Implement platform specific extensions #1002

Open isidorn opened 3 years ago

isidorn commented 3 years ago

Hi VS Code PM here :wave:

VS Code now supports platform specific extensions, all details here https://github.com/microsoft/vscode/issues/23251#issuecomment-926587777 Documentation: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#platformspecific-extensions

@fiveisprime informed that this extension ships with azcopy bins which are platform specific, so it might be a good idea to ship them specific to a platform.

Let me know if you have any questions or if I can help in any way. Feel free to close this issue if it is already tracked somewhere else. Thank you very much!

wwlorey commented 2 years ago

Related: https://github.com/microsoft/vscode-vsce/issues/625

isidorn commented 2 years ago

@wwlorey seems like Joao pushed a fix for that. Did you get a chance to try it out?

wwlorey commented 2 years ago

@isidorn I have yet to try it out but it's on the todo list!

isidorn commented 2 years ago

@wwlorey great, thanks!