From 16b995b3e47a0ee86dc2ab34fcef174cad627a24 Mon Sep 17 00:00:00 2001 From: Kyle Foreman Date: Wed, 27 Feb 2019 11:40:24 -0800 Subject: [PATCH] add comment clarifying users can use evn variable instead if they'd prefer --- SQLToolsConnections.sublime-settings | 1 + 1 file changed, 1 insertion(+) diff --git a/SQLToolsConnections.sublime-settings b/SQLToolsConnections.sublime-settings index 7e78a4e..d3fe57d 100644 --- a/SQLToolsConnections.sublime-settings +++ b/SQLToolsConnections.sublime-settings @@ -92,6 +92,7 @@ "account" : "account_name", "auth": : "snowflake | externalbrowser | " // if using "auth": "snowflake", provide a password + // you can alternatively set SNOWSQL_PWD in you environment instead // if using "auth": "externalbrowser" or "", no password needed "password": "pwd" }