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 2
2
// A list of valid spell checker words added by the user.
3
3
"added_words": [],
4
4
5
- // Disable auto completion entirely, even when explictly requested.
5
+ // Disable auto completion entirely, even when explicitly requested.
6
6
// Added in 405x.
7
7
"auto_complete_disabled": false,
8
8
9
9
// 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.
11
11
// Added in 4057.
12
12
"auto_complete_enable_plugins": true,
13
13
26
26
"default_extension": "",
27
27
28
28
// 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.
31
31
// Added in 4193.
32
32
"disable_plugin_host_3.3": false,
33
33
You can’t perform that action at this time.
0 commit comments