Fix misspelled enableLiveAutocompletion option
This commit is contained in:
parent
4e9e553436
commit
d5566938ba
1 changed files with 1 additions and 1 deletions
|
|
@ -592,7 +592,7 @@ env.editSnippets = function() {
|
|||
require("ace/ext/language_tools");
|
||||
env.editor.setOptions({
|
||||
enableBasicAutocompletion: true,
|
||||
enableLiveAutocomplete: true,
|
||||
enableLiveAutocompletion: true,
|
||||
enableSnippets: true
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue