mirror of
				https://github.com/We-Dont-Byte/Mind_Reader.git
				synced 2025-02-04 10:38:42 +00:00 
			
		
		
		
	naming scheme
changed mindReader to mind-reader to be consistent with other parts of the extension
This commit is contained in:
		@@ -78,7 +78,7 @@ export const navCommands: CommandEntry[] = [
 | 
			
		||||
// COMMAND CALLBACK IMPLEMENTATIONS
 | 
			
		||||
function openWebview(): void {
 | 
			
		||||
  const panel = vscode.window.createWebviewPanel(
 | 
			
		||||
    "mindReader",          // Identifies the type of the webview. Used internally
 | 
			
		||||
    "mind-reader",          // Identifies the type of the webview. Used internally
 | 
			
		||||
    "Mind Reader",         // Title of the panel displayed to the user
 | 
			
		||||
    vscode.ViewColumn.One, // Editor column to show the new webview panel in.
 | 
			
		||||
    {}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user