File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Package/Sublime Text Settings Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22 // A list of valid spell checker words added by the user.
33 "added_words": [],
44
5- // Disable auto completion entirely, even when explictly requested.
5+ // Disable auto completion entirely, even when explicitly requested.
66 // Added in 405x.
77 "auto_complete_disabled": false,
88
99 // Disable auto completions from (all third-party) plugins entirely,
10- // even when explictly requested. Mainly for plugin developers for testing.
10+ // even when explicitly requested. Mainly for plugin developers for testing.
1111 // Added in 4057.
1212 "auto_complete_enable_plugins": true,
1313
2626 "default_extension": "",
2727
2828 // Disable python 3.3 plugin host.
29- // All plugins plugins are executed on latest available plugin host, instead.
30- // With this setting set true, `.python-version` files are ignored.
29+ // All plugins are executed on latest available plugin host instead.
30+ // With this setting set to true, `.python-version` files are ignored.
3131 // Added in 4193.
3232 "disable_plugin_host_3.3": false,
3333
You can’t perform that action at this time.
0 commit comments