diff --git a/SQLTools.sublime-settings b/SQLTools.sublime-settings index 4886b17..40ec101 100644 --- a/SQLTools.sublime-settings +++ b/SQLTools.sublime-settings @@ -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: @@ -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)