mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 18:28:02 +00:00
fix: bind this to showLog function (#951)
This commit is contained in:
parent
b4ecb7f14b
commit
9b3eaf9926
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ async function languageActivate(context: ExtensionContext) {
|
|||
await doActivate(context);
|
||||
}),
|
||||
commands.registerCommand("tinymist.runCodeLens", commandRunCodeLens),
|
||||
commands.registerCommand("tinymist.showLog", tinymist.showLog),
|
||||
commands.registerCommand("tinymist.showLog", () => tinymist.showLog()),
|
||||
commands.registerCommand("tinymist.copyAnsiHighlight", commandCopyAnsiHighlight),
|
||||
|
||||
commands.registerCommand("tinymist.pinMainToCurrent", () => commandPinMain(true)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue