diff options
Diffstat (limited to 'extension/src/commands.ts')
-rw-r--r-- | extension/src/commands.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/extension/src/commands.ts b/extension/src/commands.ts index cf6892f2..ea12699e 100644 --- a/extension/src/commands.ts +++ b/extension/src/commands.ts @@ -1,17 +1,8 @@ import * as vscode from "vscode"; import * as path from "path"; import * as os from "os"; -import { - acceptSuggestionCommand, - rejectSuggestionCommand, - suggestionDownCommand, - suggestionUpCommand, - acceptAllSuggestionsCommand, - rejectAllSuggestionsCommand, -} from "./suggestions"; import { acceptDiffCommand, rejectDiffCommand } from "./diffs"; -import * as bridge from "./bridge"; import { debugPanelWebview } from "./debugPanel"; import { ideProtocolClient } from "./activation/activate"; |