Skip to content

Commit fc137e3

Browse files
author
Andrew Hall
committed
Update wording
1 parent d83ffae commit fc137e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

l10n/bundle.l10n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"{0}, paste your issue contents as the body of the issue. Don't forget to fill out any details left unfilled.": "{0}, paste your issue contents as the body of the issue. Don't forget to fill out any details left unfilled.",
100100
"Privacy Alert! The contents copied to your clipboard may contain personal data. Prior to posting to GitHub, please remove any personal data which should not be publicly viewable.": "Privacy Alert! The contents copied to your clipboard may contain personal data. Prior to posting to GitHub, please remove any personal data which should not be publicly viewable.",
101101
"Copy issue content again": "Copy issue content again",
102-
"Cannot start collecting Razor logs when {0} is set to {1}. Please set {0} to {2} and then reload your VSCode environment and re-run the report Razor issue command.": "Cannot start collecting Razor logs when {0} is set to {1}. Please set {0} to {2} and then reload your VSCode environment and re-run the report Razor issue command.",
102+
"Cannot start collecting Razor logs when {0} is set to {1}. Please open the output window, choose the \"Razor Log\", and use the gear icon to ensure the log level is set to \"Debug\" or \"Trace\".": "Cannot start collecting Razor logs when {0} is set to {1}. Please open the output window, choose the \"Razor Log\", and use the gear icon to ensure the log level is set to \"Debug\" or \"Trace\".",
103103
"Non Razor file as active document": "Non Razor file as active document",
104104
"Could not determine CSharp content": "Could not determine CSharp content",
105105
"Could not determine Html content": "Could not determine Html content",

src/razor/src/diagnostics/reportIssuePanel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ ${privacyAnchor}
165165
panelBodyContent =
166166
'<p>' +
167167
vscode.l10n.t(
168-
'Cannot start collecting Razor logs when {0} is set to {1}. Please set {0} to {2} and then reload your VSCode environment and re-run the report Razor issue command.',
168+
'Cannot start collecting Razor logs when {0} is set to {1}. Please open the output window, choose the "Razor Log", and use the gear icon to ensure the log level is set to "Debug" or "Trace".',
169169
verbositySettingName,
170170
currentVerbositySettingValue,
171171
neededVerbositySettingValue

0 commit comments

Comments
 (0)