Fixes issue in command description

This commit is contained in:
Eric Amodio
2016-12-02 01:52:57 -05:00
parent 39aa6180ca
commit 1a208b8691
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
'use strict';
import { TextEditor, TextEditorEdit } from 'vscode';
import { EditorCommand } from './commands';
import { Commands} from '../constants';
import { Commands } from '../constants';
import GitProvider from '../gitProvider';
export default class ToggleCodeLensCommand extends EditorCommand {