Skip to content

Commit b75b82e

Browse files
committed
Adjust wording
1 parent fb3af2d commit b75b82e

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
@@ -135,7 +135,7 @@
135135
"Choose": "Choose",
136136
"Choose and set default": "Choose and set default",
137137
"Do not load any": "Do not load any",
138-
"Intellicode completions will not be provided, {0} failed to activate.": "Intellicode completions will not be provided, {0} failed to activate.",
138+
"IntelliCode features will not be available, {0} failed to activate.": "IntelliCode features will not be available, {0} failed to activate.",
139139
"Go to output": "Go to output",
140140
"Suppress notification": "Suppress notification",
141141
"Restore {0}": "Restore {0}",

src/lsptoolshost/roslynLanguageServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ export class RoslynLanguageServer {
849849
}
850850

851851
const message = vscode.l10n.t(
852-
'Intellicode completions will not be provided, {0} failed to activate.',
852+
'IntelliCode features will not be available, {0} failed to activate.',
853853
csharpDevkitIntelliCodeExtensionId
854854
);
855855
const showOutput = vscode.l10n.t('Go to output');

0 commit comments

Comments
 (0)