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

Commit 7671446

Browse files
committed
Moved debug down on SQLTools.sublime-settings
1 parent a8f0b36 commit 7671446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SQLTools.sublime-settings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// that you wish to change in your Users/SQLTools.sublime-settings.
33
// Don't copy-paste the entire config.
44
{
5-
"debug" : false,
6-
75
/**
86
* If DB cli binary is not in PATH, set the full path in "cli" section.
97
* Note: forward slashes ("/") should be used in path. Example:
@@ -49,6 +47,8 @@
4947
"limit": 50
5048
},
5149

50+
"debug" : false,
51+
5252
/**
5353
* Print the queries that were executed to the output.
5454
* Possible values for show_query: "top", "bottom", true ("top"), or false (disable)

0 commit comments

Comments
 (0)