Fix: refresh linter if the editor.linter changes
This commit is contained in:
parent
e7750e7ac9
commit
cb77774310
|
@ -56,3 +56,7 @@ var linter = (() => { // eslint-disable-line no-var
|
|||
});
|
||||
}
|
||||
})();
|
||||
|
||||
prefs.subscribe(['editor.linter'], () => {
|
||||
linter.refresh();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user