mirror of
https://github.com/We-Dont-Byte/Mind_Reader.git
synced 2024-11-15 03:35:59 +00:00
naming scheme
changed mindReader to mind-reader to be consistent with other parts of the extension
This commit is contained in:
parent
b51507b76f
commit
be60f884fe
@ -78,7 +78,7 @@ export const navCommands: CommandEntry[] = [
|
|||||||
// COMMAND CALLBACK IMPLEMENTATIONS
|
// COMMAND CALLBACK IMPLEMENTATIONS
|
||||||
function openWebview(): void {
|
function openWebview(): void {
|
||||||
const panel = vscode.window.createWebviewPanel(
|
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
|
"Mind Reader", // Title of the panel displayed to the user
|
||||||
vscode.ViewColumn.One, // Editor column to show the new webview panel in.
|
vscode.ViewColumn.One, // Editor column to show the new webview panel in.
|
||||||
{}
|
{}
|
||||||
|
Loading…
Reference in New Issue
Block a user