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
Remove check for projectPath for resolveDebugConfiguration (#6754)
* Remove check for projectPath for resolveDebugConfiguration
This PR allows projectPath to be null for resolveDebugConfigurationWithLaunchConfigurationService
as that service can now handle it being null.
Also updating error messaging an ensuring they are localized.
Copy file name to clipboardExpand all lines: l10n/bundle.l10n.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,11 @@
3
3
"Cannot create .NET debug configurations. The server is still initializing or has exited unexpectedly.": "Cannot create .NET debug configurations. The server is still initializing or has exited unexpectedly.",
4
4
"Cannot create .NET debug configurations. The active C# project is not within folder '{0}'.": "Cannot create .NET debug configurations. The active C# project is not within folder '{0}'.",
5
5
"Does not contain .NET Core projects.": "Does not contain .NET Core projects.",
6
+
"'{0}' was not set in the debug configuration.": "'{0}' was not set in the debug configuration.",
7
+
"'{0}' request is not supported for the '{1}' configuration.": "'{0}' request is not supported for the '{1}' configuration.",
8
+
"'{0}' was not provided in the debug configuration.": "'{0}' was not provided in the debug configuration.",
9
+
"Can not find an opened workspace folder. Please open a folder before starting to debug with a '{0}' configuration'.": "Can not find an opened workspace folder. Please open a folder before starting to debug with a '{0}' configuration'.",
10
+
"No launchable target found.": "No launchable target found.",
6
11
"No launchable target found for '{0}'": "No launchable target found for '{0}'",
7
12
"Cannot resolve .NET debug configurations. The server is still initializing or has exited unexpectedly.": "Cannot resolve .NET debug configurations. The server is still initializing or has exited unexpectedly.",
8
13
"Unable to determine a configuration for '{0}'. Please generate C# debug assets instead.": "Unable to determine a configuration for '{0}'. Please generate C# debug assets instead.",
0 commit comments