Skip to content

v9.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Sep 07:25
· 79 commits to main since this release
046cac9

9.0.0 (2024-09-16)

⚠ BREAKING CHANGES

  • Update to VSCode 1.93.1

⚠️Worker names were changed⚠️
editorWorkerService => TextEditorWorker
textMateWorker => TextMateWorker
outputLinkComputer => OutputLinkDetectionWorker
languageDetectionWorkerService => LanguageDetectionWorker
notebookEditorWorkerService => NotebookEditorWorker
localFileSearchWorker => LocalFileSearchWorker

Bugfixes

  • apply updated eslint config (649878a)
  • do not reinstall monaco-editor each time (5b969dc)