Skip to content

Commit

Permalink
Fix build break in Git extension (#2538)
Browse files Browse the repository at this point in the history
  • Loading branch information
kburtram authored Sep 12, 2018
1 parent 2639b2b commit 72084b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/git/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import * as nls from 'vscode-nls';
const localize = nls.loadMessageBundle();
import { ExtensionContext, workspace, window, Disposable, commands, Uri, OutputChannel } from 'vscode';
import { ExtensionContext, workspace, window, Disposable, commands, OutputChannel } from 'vscode';
import { findGit, Git, IGit } from './git';
import { Model } from './model';
import { CommandCenter } from './commands';
Expand Down

0 comments on commit 72084b8

Please # to comment.