Skip to content

Commit

Permalink
Moved debug down on SQLTools.sublime-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrocoan committed Jan 9, 2018
1 parent a8f0b36 commit 7671446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SQLTools.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// that you wish to change in your Users/SQLTools.sublime-settings.
// Don't copy-paste the entire config.
{
"debug" : false,

/**
* If DB cli binary is not in PATH, set the full path in "cli" section.
* Note: forward slashes ("/") should be used in path. Example:
Expand Down Expand Up @@ -49,6 +47,8 @@
"limit": 50
},

"debug" : false,

/**
* Print the queries that were executed to the output.
* Possible values for show_query: "top", "bottom", true ("top"), or false (disable)
Expand Down

0 comments on commit 7671446

Please sign in to comment.