Skip to content

Commit

Permalink
fix(vscode): import statement file name of aureliaCLICommands is case…
Browse files Browse the repository at this point in the history
… sensitive on linux
  • Loading branch information
erik-lieben committed Oct 1, 2016
1 parent a4fcea9 commit 15d3b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ExtensionContext, OutputChannel, window } from 'vscode';
import AureliaCliCommands from './aureliaCliCommands';
import AureliaCliCommands from './aureliaCLICommands';

let outputChannel: OutputChannel;

Expand Down

0 comments on commit 15d3b52

Please sign in to comment.