monaco-editor
monaco-editor copied to clipboard
Latest 0.32.1 no longer expose tsWorker
Reproducible in vscode.dev or in VS Code Desktop?
- [X] Not reproducible in vscode.dev or VS Code Desktop
Reproducible in the monaco editor playground?
- [X] Not reproducible in the monaco editor playground
Monaco Editor Playground Code
No response
Actual Behavior
I am building a custom TypeScriptWorker. Previously I can extend from TypeScriptWorker and use webpack to replace typescriptServices. But in the latest version. tsWorker is gone and typescriptServices is no longer exposed. How can I supposed to do it in the future?
Expected Behavior
No response
Additional Context
No response
I am similarly looking for a solution here.