Skip to content

Commit ed3910e

Browse files
committed
dispose runtime/goto
1 parent 5b99b27 commit ed3910e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runtime.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports =
3535
mod.ink = ink
3636
mod.activate()
3737
@subs.add new Disposable(=>
38-
mod.deactivate() for mod in [@console, @debugger, @profiler, @linter, @outline])
38+
mod.deactivate() for mod in [@console, @debugger, @profiler, @linter, @goto, @outline])
3939

4040
provideAutoComplete: ->
4141
require './runtime/completions'

0 commit comments

Comments
 (0)