go-sqlcmd
go-sqlcmd copied to clipboard
Remove ADS and add support for VSCode + MSSQL
Since ADS has been deprecated, the command
sqlcmd open ads
should be replaced with something like
sqlcmd open vscode
that would open VS Code and, assuming MSSQL extension is already installed, connect to SQL Server pointed to from the current context, as it is happening with ADS