svn-scm
svn-scm copied to clipboard
Azure Data Studio support?
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
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.
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
Installing from "VSIX" is working fine
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
Thank you @edgardmessias Installing from VSIX does appear to be working.
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.
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?
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.
All vsix files can be found at https://github.com/JohnstonCode/svn-scm/releases
@JohnstonCode , to next releases, add in the release notes the supported version of VSCode
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.