You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: l10n/bundle.l10n.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,7 @@
191
191
"Unexpected message received from debugger.": "Unexpected message received from debugger.",
192
192
"[ERROR]: C# Extension failed to install the debugger package.": "[ERROR]: C# Extension failed to install the debugger package.",
193
193
"Could not find a process id to attach.": "Could not find a process id to attach.",
194
+
"Unable to launch Attach to Process dialog: ": "Unable to launch Attach to Process dialog: ",
194
195
"[ERROR] The debugger cannot be installed. The debugger is not supported on '{0}'": "[ERROR] The debugger cannot be installed. The debugger is not supported on '{0}'",
195
196
"[ERROR] The debugger cannot be installed. The debugger requires macOS 12 (Monterey) or newer.": "[ERROR] The debugger cannot be installed. The debugger requires macOS 12 (Monterey) or newer.",
196
197
"[WARNING]: x86 Windows is not supported by the .NET debugger. Debugging will not be available.": "[WARNING]: x86 Windows is not supported by the .NET debugger. Debugging will not be available.",
0 commit comments