Skip to content
Snippets Groups Projects
Commit 394d8133 authored by Martin Aeschlimann's avatar Martin Aeschlimann
Browse files

Wrong casing on import of statusbar

parent a5fcab23
No related merge requests found
......@@ -7,7 +7,7 @@
import { scm, Uri, Disposable, SourceControl, SourceControlResourceGroup, Event, workspace, commands } from 'vscode';
import { Model, State } from './model';
import { StatusBarCommands } from './statusBar';
import { StatusBarCommands } from './statusbar';
import { CommandCenter } from './commands';
import { mapEvent } from './util';
import * as nls from 'vscode-nls';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment