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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,12 @@
42
42
"configuration.dotnet.quickInfo.showRemarksInQuickInfo": "Show remarks information when display symbol.",
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": "Options to use with the debugger when launching for unit test debugging.",
45
+
"configuration.razor.languageServer.directory": "Overrides the path to the Razor Language Server directory.",
46
+
"configuration.razor.languageServer.debug": "Specifies whether to wait for debug attach when launching the language server.",
47
+
"configuration.razor.trace": "Specifies whether to output all messages [Verbose], some messages [Messages] or not at all [Off].",
48
+
"configuration.razor.trace.off": "Does not log messages from the Razor extension",
49
+
"configuration.razor.trace.messages": "Logs only some messages from the Razor extension",
50
+
"configuration.razor.trace.verbose": "Logs all messages from the Razor extension",
45
51
"debuggers.dotnet.launch.projectPath.description": "Path to the .csproj file.",
46
52
"debuggers.dotnet.launch.launchConfigurationId.description": "The launch configuration id to use. Empty string will use the current active configuration.",
47
53
"viewsWelcome.debug.contents": {
@@ -296,4 +302,4 @@
296
302
"Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered."
0 commit comments