summaryrefslogtreecommitdiffstats
path: root/src/extension.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension.ts')
-rw-r--r--src/extension.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension.ts b/src/extension.ts
index f545b21..a5510dc 100644
--- a/src/extension.ts
+++ b/src/extension.ts
@@ -2,7 +2,7 @@
// The module 'vscode' contains the VS Code extensibility API
// Import the module and reference it with the alias vscode in your code below
import * as vscode from "vscode";
-import CodeParserController from "./CodeParser/CodeParserController";
+import CodeParserController from "./CodeParserController";
// this method is called when your extension is activated
// your extension is activated the very first time the command is executed