-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make extensions and package available for Azure Data Studio #64
Comments
Sure! Do you know what's involved in publishing an extension to Azure Data Studio? Is it the same format? Contributions are welcome on this. |
I don't know anything about extension publishing, but Azure Data Studio is based on VS Code. Hopefully it's quite consistent for extension development. |
Looks like Data Studio uses a different publishing mechanism than VS Code. But, the packaging works the same (uses Instead of publishing to the marketplace with
I found this example commit that publishes a new extension: microsoft/azuredatastudio@78a25b5 Updating the extension works the same way. Here's an example commit that updates an extension: microsoft/azuredatastudio@0a80051#diff-997b9baee31ff8ec334ef0a7a47820ce7b5224177aa78804ab92cf91409e6bef So in theory, it's just as easy as opening a PR against that repo, adding an item to the extensions gallery JSON with the right files and so on. It'll definitely need a download URL for the vsix. I grabbed this download URL for this If you want to take a stab at this, feel free. I'll be busy for a while and don't expect to be able to look into this. Steps would be:
|
Azure Data Studio supports connecting to Data Explorer and Log Analytics Workspaces (but VS Code doesn't, AFAICT). It would be useful to have these extensions in Azure Data Studio too.
The text was updated successfully, but these errors were encountered: