-
Notifications
You must be signed in to change notification settings - Fork 676
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Attach to .NET Process before Roslyn LSP is ready (#7427)
* Fix Attach to .NET Process before Roslyn LSP is ready This PR passes the roslynServerStartedProcess to the coreClrDebug activate call as the Roslyn Server registers the 'coreclr' DebugConfigurationProvider that will handle the process listing for the user to select the process ID. If the configuration provider is not registered but the adapter factory is, it will send it to the debugger without a processName or processId and will fail with that error.
- Loading branch information
1 parent
25dc516
commit c01efc0
Showing
3 changed files
with
18 additions
and
2 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 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