-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to use OmniSharp 0.19.0 #1424
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
11d6aee
Bump OmniSharp.Extensions.LanguageServer from 0.18.3 to 0.19.0
dependabot-preview[bot] cf349c6
Bump OmniSharp.Extensions.DebugAdapter.Client from 0.18.3 to 0.19.0
dependabot-preview[bot] f1df5ba
Bump OmniSharp.Extensions.LanguageClient from 0.18.3 to 0.19.0
dependabot-preview[bot] d4d7216
Bump OmniSharp.Extensions.DebugAdapter.Server from 0.18.3 to 0.19.0
andyleejordan fbcdc23
Bump tests' dependency on xUnit to 2.4.1 (not pre-release)
andyleejordan 5e92f61
Fix missing update to `PowerShellStandard.Library` 5.1.1
andyleejordan 2dcd995
Fix rename of `Serializer` to `LspSerializer`
andyleejordan 571b8c5
`AddLanguageProtocolLogging` no longer takes a log level argument
andyleejordan 65e232f
Fix creation of `Breakpoint` since `Verified` is init-only now
andyleejordan d808201
Fix use of `ContinueHandlerBase` (has `Base` suffix now)
andyleejordan d518f1f
Fix use of `LaunchRequestArguments` and `AttachRequestArguments` (now…
andyleejordan 327061f
Fix use of `ThreadsResponse` (type changed for threads container)
andyleejordan c8fac5d
Remove use of `Proposals` (gone)
andyleejordan 017b1ca
Convert `PsesCodeActionHandler` to inherit `CodeActionHandlerBase`
andyleejordan fa979b3
Convert `PsesDocumentSymbolHandler` to inherit `DocumentSymbolHandler…
andyleejordan 93b2ec0
Convert `PsesFoldingRangeHandler` to inherit `FoldingRangeHandlerBase`
andyleejordan d02193d
Fix registration for `PsesSemanticTokensHandler`
andyleejordan c5e6668
Convert `PsesReferencesHandler` to inherit `ReferencesHandlerBase`
andyleejordan b311d4e
Convert `PsesTextDocumentHandler` to inherit `TextDocumentSyncHandler…
andyleejordan 01366bb
Convert `PsesWorkspaceSymbolsHandler` to inherit `WorkspaceSymbolsHan…
andyleejordan ebe2180
Convert `PsesConfigurationHandler` to inherit `DidChangeConfiguration…
andyleejordan ce01056
Convert `PsesDocumentHighlightHandler` to inherit `DocumentHighlightH…
andyleejordan ec0c893
Convert `PsesDefinitionHandler` to inherit `DefinitionHandlerBase`
andyleejordan 57c5545
Convert `PsesSignatureHelpHandler` to inherit `SignatureHelpHandlerBase`
andyleejordan bdfa4d3
Convert `PsesHoverHandler` to inherit `HoverHandlerBase`
andyleejordan 01a31f9
Fix `PsesCodeLensHandlers`
andyleejordan 4c5b418
Fix `PsesCompletionHandler`
andyleejordan ba9d416
Fix `PsesDocumentFormattingHandlers`
andyleejordan 2762fea
Document "method lacks 'await'" warnings
andyleejordan f22259e
Fix tests
andyleejordan f332ce1
Use C# version 9.0
andyleejordan 3ae17e8
Fix `TelemetryEventParams`
andyleejordan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion
2
src/PowerShellEditorServices.Hosting/PowerShellEditorServices.Hosting.csproj
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
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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought this was weird, but we already didn't really know what to do with it (see "What do I do with these?")