-
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
Is there a good reason for this code:
volar.js/packages/language-server/lib/features/languageFeatures.ts
Lines 645 to 650 in 882cd56
| server.connection.onRequest(AutoInsertRequest.type, async (params, token) => { | |
| const uri = URI.parse(params.textDocument.uri); | |
| return await worker(uri, token, languageService => { | |
| return languageService.getAutoInsertSnippet(uri, params.selection, params.change, token); | |
| }); | |
| }); |
to use a custom request instead of standardized document on type formatting?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels