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
Browse filesBrowse the repository at this point in the historyBrowse files
Kartik Raj
authored
Add support for dynamic updates in interpreter list (#17043)
* Add support for dynamic updates in interpreter list
* News entry
* Cleanup
* Add implementation to preserve scroll position
* Fix
* Refactor code nicely
* Cleanup
* Fix some bugs and tests
* Fix more tests and bugs
* Fix linting
* Move private methods to where they are used
* Ensure we set partial display names
* Fix unit tests
* Fix comment
* Ensure special active items are also maintained
* Ensure we set recommended item after refresh finishes
* Add doc comment
* Code reviews
* Code reviews II
"Interpreters.condaInheritEnvMessage": "We noticed you're using a conda environment. If you are experiencing issues with this environment in the integrated terminal, we recommend that you let the Python extension change \"terminal.integrated.inheritEnv\" to false in your user settings.",
Copy file name to clipboardExpand all lines: package.nls.nl.json
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@
23
23
"LanguageService.lsFailedToDownload": "We zijn een probleem tegengekomen bij het downloaden van de language server. Aan het terugschakelen naar het alternatief, Jedi. Bekijk het weergavepaneel voor details.",
24
24
"LanguageService.lsFailedToExtract": "We zijn een probleem tegengekomen bij het uitpakken van de language server. Aan het terugschakelen naar het alternatief, Jedi. Bekijk het weergavepaneel voor details.",
"Linter.InstalledButNotEnabled": "Linter {0} is geinstalleerd maar niet ingeschakeld.",
28
27
"Linter.replaceWithSelectedLinter": "Meerdere linters zijn ingeschakeld in de instellingen. Vervangen met '{0}'?",
29
28
"diagnostics.warnSourceMaps": "Bronkaartondersteuning is ingeschakeld in de Python-extensie, dit zal een ongunstige impact hebben op de uitvoering van de extensie.",
0 commit comments