Skip to content

Commit dd64f24

Browse files
author
Kartik Raj
committed
Change wording
1 parent ae56079 commit dd64f24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.nls.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"Common.openOutputPanel": "Show output",
168168
"LanguageService.statusItem.name":"Python IntelliSense Status",
169169
"LanguageService.statusItem.text": "Partial Mode",
170-
"LanguageService.statusItem.detail": "Only limited Intellisense via Pylance is supported.",
170+
"LanguageService.statusItem.detail": "Limited IntelliSense provided by Pylance",
171171
"LanguageService.lsFailedToStart": "We encountered an issue starting the language server. Reverting to Jedi language engine. Check the Python output panel for details.",
172172
"LanguageService.lsFailedToDownload": "We encountered an issue downloading the language server. Reverting to Jedi language engine. Check the Python output panel for details.",
173173
"LanguageService.lsFailedToExtract": "We encountered an issue extracting the language server. Reverting to Jedi language engine. Check the Python output panel for details.",

src/client/common/utils/localize.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export namespace LanguageService {
208208
export const statusItem = {
209209
name: localize('LanguageService.statusItem.name', 'Python IntelliSense Status'),
210210
text: localize('LanguageService.statusItem.text', 'Partial Mode'),
211-
detail: localize('LanguageService.statusItem.detail', 'Only limited Intellisense via Pylance is supported.'),
211+
detail: localize('LanguageService.statusItem.detail', 'Limited IntelliSense provided by Pylance'),
212212
};
213213
export const startingMicrosoft = localize(
214214
'LanguageService.startingMicrosoft',

0 commit comments

Comments
 (0)