Open
Description
- MSSQL Extension Version: 1.10.1
- VSCode Version: 1.53.1
- OS Version: W10 2004/centos on remote
This is not a bug but more a usability issue. I am using the remote SSH feature of vscode to do remote development in AWS. it works as expected. The only problem is that the mssql connection definition is stored locally(on my hosting W10 machine) which is kind of half right/half wrong. As it cannot be used locally(server is in a VPC in AWS) and only when it is doing remote edit.
not sure if there is any solution for this as this involves vscode core, remote ssh extension as well as mssql extension. ideally, connection defined when done in the remote session should be excluded from the list when not doing the corresponding remoting. my current solution is just use the profile name to remind me what it is for