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
Copy file name to clipboardExpand all lines: package.nls.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@
43
43
"configuration.dotnet.symbolSearch.searchReferenceAssemblies": "Search symbols in reference assemblies. It affects features requires symbol searching, such as add imports.",
44
44
"configuration.dotnet.unitTestDebuggingOptions": "Search symbols in reference assemblies. It affects features requires symbol searching, such as add imports.",
45
45
"configuration.debuggers.dotnet.launch.projectPath.description": "Options to use with the debugger when launching for unit test debugging.",
46
+
"debuggers.dotnet.launch.projectPath.description": "Path to the .csproj file.",
46
47
"debuggers.dotnet.launch.launchConfigurationId.description": "The launch configuration id to use. Empty string will use the current active configuration.",
47
48
"viewsWelcome.debug.contents": {
48
49
"message": "[Generate C# Assets for Build and Debug](command:dotnet.generateAssets)\n\nTo learn more about launch.json, see [Configuring launch.json for C# debugging](https://aka.ms/VSCode-CS-LaunchJson).",
0 commit comments