Skip to content

Commit

Permalink
#18 fixing case causing compilation to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Almenon committed Feb 10, 2018
1 parent 0c2b021 commit 7e0fa01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/PreviewManager.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'
import * as vscode from 'vscode'
import HtmlDocumentContentProvider from './HtmlDocumentContentProvider'
import HtmlDocumentContentProvider from './HTMLDocumentContentProvider'
import pyGuiLibraryIsPresent from './pyGuiLibraryIsPresent'
import {PythonEvaluator} from 'arepl-backend'

Expand Down
4 changes: 2 additions & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use strict';
import * as vscode from 'vscode';
import Utilities from './Utilities';
import Utilities from './utilities';
import PreviewManager from './PreviewManager'
import pythonPreviewContentProvider from './htmlDocumentContentProvider';
import pythonPreviewContentProvider from './HTMLDocumentContentProvider';

export function activate(context: vscode.ExtensionContext) {
// Register the commands that are provided to the user
Expand Down

0 comments on commit 7e0fa01

Please # to comment.