Commit 3d4ffc9c authored by greg's avatar greg Committed by yann300

Mimic logic of autoCompile button

parent ed9892a5
...@@ -38,7 +38,6 @@ module.exports = class CompileTab { ...@@ -38,7 +38,6 @@ module.exports = class CompileTab {
maxTime: 1000, maxTime: 1000,
timeout: 300 timeout: 300
} }
self._opts.config.set('hideWarnings', false)
self._events.editor.register('contentChanged', scheduleCompilation) self._events.editor.register('contentChanged', scheduleCompilation)
self._events.editor.register('sessionSwitched', scheduleCompilation) self._events.editor.register('sessionSwitched', scheduleCompilation)
function scheduleCompilation () { function scheduleCompilation () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment