svn-scm icon indicating copy to clipboard operation
svn-scm copied to clipboard

Azure Data Studio support?

Open hlattanzio opened this issue 6 years ago • 11 comments
trafficstars

Is your feature request related to a problem? Please describe. No SVN support in Azure Data Studio (formerly SQL Operations Studio), aka.. the VSCode for SQL

Describe the solution you'd like Any chance we could get an extension that would work with Azure Data Studio? I end up using VS Code for my SQL development because I can get SVN support, but I'd like to start using Azure data Studio since it's geared more for SQL

Describe alternatives you've considered Use Visual Studio Code instead of Azure Data Studio or continue to go back to Windows Explorer to do all my SVN commits / updates / etc...

Additional context

hlattanzio avatar Jan 18 '19 17:01 hlattanzio

If its a case of it needing to be published to a different marketplace then sure. But if it needs any modifications then unless someone is willing to make them it would be a no.

JohnstonCode avatar Jan 22 '19 14:01 JohnstonCode

See https://docs.microsoft.com/sql/azure-data-studio/tutorial-create-extension

Maybe we need add "sqlops": "*" in engine key: https://github.com/kevcunnane/ssmskeymap/blob/master/package.json#L9

edgardmessias avatar Jan 22 '19 15:01 edgardmessias

Installing from "VSIX" is working fine

edgardmessias avatar Mar 18 '19 21:03 edgardmessias

To publish to marktplace: https://docs.microsoft.com/pt-br/sql/azure-data-studio/tutorial-create-extension?view=sql-server-2017#publish-your-extension-to-the-marketplace

Need a pull request to https://github.com/Microsoft/azuredatastudio/blob/release/extensions/extensionsGallery.json on each release

edgardmessias avatar Mar 18 '19 21:03 edgardmessias

Thank you @edgardmessias Installing from VSIX does appear to be working.

hlattanzio avatar Apr 17 '19 13:04 hlattanzio

Up until recently I've had success with 'Install from VSIX' but after one of the recent updates I get...

Unable to install extension 'johnstoncode.svn-scm' as it is not compatible with Azure Data Studio '1.14.1'.

I've tried reverting back to previous versions of Azure Data Studio but I'm still getting this incompatibility notification. Perhaps something in the newest build of the extension? Any help would be appreciated.

dube77 avatar Jan 10 '20 18:01 dube77

Up until recently I've had success with 'Install from VSIX' but after one of the recent updates I get...

Unable to install extension 'johnstoncode.svn-scm' as it is not compatible with Azure Data Studio '1.14.1'.

I'm in the exact same situation as you @dube77 . I'd like to try to install an earlier version of the extension. Where can I find old version of the VSIX file?

lpvezina avatar Jan 13 '20 19:01 lpvezina

Found out that since version 2.0.0 of svn-scm, minimum VS Code is now 1.40.0 (even 1.41.0 in 2.4.0). Azure Data Studio 1.14.1 is currently using VS Code 1.38.0.

lpvezina avatar Jan 13 '20 20:01 lpvezina

All vsix files can be found at https://github.com/JohnstonCode/svn-scm/releases

JohnstonCode avatar Jan 14 '20 08:01 JohnstonCode

@JohnstonCode , to next releases, add in the release notes the supported version of VSCode

edgardmessias avatar Jan 14 '20 10:01 edgardmessias

Version 1.15.0 of Azure Data Studio is compatible with version 2.10.0 of svn-scm.

They've upgraded to VS Code 1.42.0. Simply download the vsix extension and install it in Azure Data Studio.

lpvezina avatar Feb 19 '20 18:02 lpvezina