monaco-editor/packages
Claude 8ca12ee61a
Simplify JS worker integration using tokenization detection
Remove virtual model approach and use Monaco's built-in tokenization
to detect when cursor is in embedded JavaScript region. With
nextEmbedded, Monaco automatically syncs model content to the JS
worker, so we can call the worker directly on the model's URI
instead of creating a separate virtual model.
2025-12-09 20:48:51 +00:00
..
monaco-json-interpolation Simplify JS worker integration using tokenization detection 2025-12-09 20:48:51 +00:00