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

Commit e76e426

Browse files
committed
Tweak comment for autocompletion option to add true's default
1 parent 3a5a00f commit e76e426

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SQLTools.sublime-settings

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
*/
1717
"selectors": ["source.sql", "source.pgsql", "source.plpgsql.postgres", "source.plsql.oracle", "source.tsql"],
1818
/**
19-
* Possible values for autocompletion: "basic", "smart" or false (disable)
19+
* Possible values for autocompletion: "basic", "smart", true ("smart"),
20+
* or false (disable)
2021
* Completion keywords case is controlled by format.keyword_case (see below)
2122
*/
2223
"autocompletion": "smart",

0 commit comments

Comments
 (0)