Moves Commands into commands file

This commit is contained in:
Eric Amodio
2017-02-25 02:19:40 -05:00
parent 237e464c44
commit a2f4c4c953
20 changed files with 95 additions and 102 deletions

View File

@@ -1,8 +1,7 @@
'use strict';
import { TextEditor, TextEditorEdit, Uri, window } from 'vscode';
import BlameAnnotationController from '../blameAnnotationController';
import { EditorCommand } from './commands';
import { Commands } from '../constants';
import { Commands, EditorCommand } from '../commands';
import { Logger } from '../logger';
export default class ToggleBlameCommand extends EditorCommand {