Skip to content
Snippets Groups Projects
Commit fa498da0 authored by RANWEZ Pierre's avatar RANWEZ Pierre :anchor:
Browse files

:bug: bug: local values in editor remove

parent ec4d8539
No related branches found
No related tags found
1 merge request!1✨ feat: CSSLSD V2
......@@ -59,6 +59,7 @@ function loadEditor() {
editor.session.setMode("ace/mode/css");
editor.getSession().setUseWorker(false); // Disable syntax checking, not working in chrome extension V3
langTools = ace.require('ace/ext/language_tools'); // Add autocomplete
langTools.setCompleters([langTools.snippetCompleter, langTools.keyWordCompleter]);
editor.setOptions({
enableBasicAutocompletion: true,
enableSnippets: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment