sketchbuch / vsc-quokka-statusbar

Adds buttons to the status bar in VSC to control Quokka

Home Page:https://marketplace.visualstudio.com/items?itemName=sketchbuch.vsc-quokka-statusbar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update statusbar after changing editor language

sketchbuch opened this issue · comments

  • Open a new file
  • Change file's language to JS
  • No Quokka buttons appear
  • Swap to another editor tab and then back the the new JS file's tab
  • Quokka buttons appear

See if it is possible to watch for language changes

Can't fix until the onDidExecuteCommand API is ready:

microsoft/vscode#72345

microsoft/vscode#78091 (comment)

Apparently there were too many problems with the new command and this functionality has been removed. Looking for alternatives...

Fixed with vscode.workspace.onDidOpenTextDocument