mirror of
https://github.com/We-Dont-Byte/Mind_Reader.git
synced 2024-11-15 03:35:59 +00:00
Updated Messages
Changed the wording of the loading message
This commit is contained in:
parent
940a8ed317
commit
bb0b1be0d4
@ -14,8 +14,7 @@ export const logger = new Logger(outputChannel);
|
||||
let parser: pl.Parser = new pl.Parser();
|
||||
|
||||
export function activate(context: vscode.ExtensionContext) {
|
||||
vscode.window.showInformationMessage("Mind_Reader is loaded!");
|
||||
|
||||
// Engage LineHighlighter
|
||||
lineHighlighter();
|
||||
|
||||
parser.parse("Beep Boop");
|
||||
@ -41,6 +40,8 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
|
||||
let hubProvider = new CommandNodeProvider(hubCommands);
|
||||
vscode.window.registerTreeDataProvider("hubActions", hubProvider);
|
||||
|
||||
vscode.window.showInformationMessage("Mind Reader finished loading!");
|
||||
}
|
||||
|
||||
export function deactivate() {}
|
||||
|
Loading…
Reference in New Issue
Block a user