vscode: vscode.languages.setTextDocumentLanguage does not work on notebook cells

  • VS Code Version: 1.54.0-insider
  • OS Version: Win10

When coediting, the command vscode.languages.setTextDocumentLanguage does not work on notebook cells. It successfully updates the language services for the cell but does not change the label indicating the new language.

setTextDocumentLanguage

cc @rebornix

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 21 (17 by maintainers)

Commits related to this issue

Most upvoted comments

@alyssajotice can you verify that this is fixed for you when you get a chance? 🙂

Hey @connor4312, Live Share support for notebooks is currently not working because it’s not caught up to the new VS Code APIs. I’m working on a fix and it should be done soon.