Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 31de3c0

Browse files
committed
Note the prompting of params in Connection file
1 parent 6de41b8 commit 31de3c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SQLToolsConnections.sublime-settings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"connections": {
33
/*
44
"Generic Template": { // Connection name, used in menu (Display name)
5+
// connection properties set to "null" will prompt for value when connecting
56
"type" : "pgsql", // DB type: (mysql, pgsql, oracle, vertica, sqlite, firebird, sqsh)
67
"host" : "HOSTNAME", // DB host to connect to
78
"port" : PORT, // DB port

0 commit comments

Comments
 (0)