-
-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(proxy): preload URIs during initialization
- Added a global variable `preLoadURIs` to store URIs to be preloaded. - Modified `Initialize` method to append URIs to `preLoadURIs`. - Updated `Initialized` method to preload URIs by calling `DidOpen`. - Ensured `DidOpenTextDocumentParams` are created and appended correctly.
- Loading branch information
Showing
1 changed file
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters