-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade language service next and remove all sorting logic from our e…
…nd (#469) This PR resolves all sorting issues: - Upgraded language-service-next to version 11.6.0 in order to provide OrderText for each completion item and includes a fix for the completion item order when converting from C# to TypeScript. - Removed our implementation of creating a sorting text for each completion item. - Eliminated our logic for re-sorting completion items, as it is no longer needed. - Upgrade the packages to 11.2.0. I LOVE DELETING CODE!
- Loading branch information
Showing
7 changed files
with
18 additions
and
106 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
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
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
package/src/languageServiceManager/completionItemSort.spec.ts
This file was deleted.
Oops, something went wrong.
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
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
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