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
Provide IntelliSense status information when using github.dev (microsoft#17658)
* Provide IntelliSense status information when using github.dev
* News entry
* Update wording
* PR reviews
* Include proposed APIs for browser config
* Include common module for browser config
* Change how we detect
* Change wording
* Have same browser config as extension config
* Revert "Have same browser config as extension config"
This reverts commit 515003a.
* Revert "Change wording"
This reverts commit dd64f24.
* Revert "Change how we detect"
This reverts commit ae56079.
* Revert "Include common module for browser config"
This reverts commit bf1815c.
* Do not import from misc module
* Detect how we check if property exists
* Do not localize strings
* Localize strings using new localize module
* Remove outdated comment
"LanguageService.statusItem.detail": "Limited IntelliSense provided by Pylance",
168
171
"LanguageService.lsFailedToStart": "We encountered an issue starting the language server. Reverting to Jedi language engine. Check the Python output panel for details.",
169
172
"LanguageService.lsFailedToDownload": "We encountered an issue downloading the language server. Reverting to Jedi language engine. Check the Python output panel for details.",
170
173
"LanguageService.lsFailedToExtract": "We encountered an issue extracting the language server. Reverting to Jedi language engine. Check the Python output panel for details.",
0 commit comments