From 0ba7e2eaebf335dbc31b5d6dbc9c354737c7fe54 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 23 Jan 2019 00:15:03 +0300 Subject: ad status command --- editors/code/src/commands/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editors/code/src/commands/index.ts') diff --git a/editors/code/src/commands/index.ts b/editors/code/src/commands/index.ts index 33e2b34a2..f36c4b040 100644 --- a/editors/code/src/commands/index.ts +++ b/editors/code/src/commands/index.ts @@ -1,3 +1,4 @@ +import * as analyzerStatus from './analyzer_status'; import * as applySourceChange from './apply_source_change'; import * as extendSelection from './extend_selection'; import * as joinLines from './join_lines'; @@ -8,6 +9,7 @@ import * as runnables from './runnables'; import * as syntaxTree from './syntaxTree'; export { + analyzerStatus, applySourceChange, extendSelection, joinLines, -- cgit v1.2.3