volarjs / volar.js

💙🌊
https://volarjs.dev/
MIT License
963 stars 47 forks source link

feat(monaco): implement CancellationToken for workers #221

Closed johnsoncodehk closed 2 months ago

johnsoncodehk commented 2 months ago

Now need to pass in requestId when calling WorkerLanguageService APIs, and it can notify WorkerLanguageService to cancel the request by calling cancelRequest(requestId). These API changes are internal and developers shouldn't care about it.