mirror of
				https://github.com/We-Dont-Byte/Mind_Reader.git
				synced 2025-02-04 10:38:42 +00:00 
			
		
		
		
	Updated Messages
Changed the wording of the loading message
This commit is contained in:
		@@ -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() {}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user