vscode-db2i icon indicating copy to clipboard operation
vscode-db2i copied to clipboard

Allow auto SQL job action to list defined JDBC connections

Open m-tyler opened this issue 1 year ago • 1 comments

Is it possible (simple) to allow auto SQL job action to list defined JDBC connections image

Having the tool ask be to start a JDBC connection whenever to press CTRL+R is great but there are times when I want a different connection started. This is only an issue when no connection is active. Its my responsibility to start a new connection for a different configuration.

My saved list of JDBC connections image

Thanks,

m-tyler avatar Feb 22 '24 15:02 m-tyler

There is a way to do this right now, but it is not connection specific, which we need to do:

You can find this setting in the VS Code settings:

image

worksofliam avatar Feb 22 '24 15:02 worksofliam