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
Cherry-pick pipenv changes and pythonpath prompt changes to release (#11700)
* Show the prompt again if user clicks on more info (#11664)
* Show the prompt again if user clicks on more info
* Review feedback
* Use Learn more as text for the link.
* Leave pipenv in a corner until the user decides to select an interpreter (#11654)
* add onSuggestion option
* Swap onActivation with onSuggestion
* Update unit tests
* Remove registration of IPipenvService
* Move didTriggerInterpreterSuggestions logic inside pipenv locator
* Fix existing unit tests
* Add new unit tests
* Replace typemoq any param with object
* Shorten the tests
* Fix warning
* Duplicate teardown
Co-authored-by: Kim-Adeline Miguel <[email protected]>
Copy file name to clipboardExpand all lines: package.nls.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -240,9 +240,9 @@
240
240
"DataScience.liveShareServiceFailure": "Failure starting '{0}' service during live share connection.",
241
241
"DataScience.documentMismatch": "Cannot run cells, duplicate documents for {0} found.",
242
242
"DataScience.pythonInteractiveCreateFailed": "Failure to create a 'Python Interactive' window. Try reinstalling the Python extension.",
243
-
"diagnostics.removePythonPathSettingsJson": "The setting \"python.pythonPath\" defined in your workspace settings is now deprecated. Do you want us to delete it? This will only remove the \"python.pythonPath\" entry from your settings.json.",
244
-
"diagnostics.removePythonPathCodeWorkspace": "The setting \"python.pythonPath\" defined in your workspace settings is now deprecated. Do you want us to delete it? This will only remove the \"python.pythonPath\" entry from your .code-workspace file.",
245
-
"diagnostics.removePythonPathCodeWorkspaceAndSettingsJson": "The setting \"python.pythonPath\" defined in your workspace settings is now deprecated. Do you want us to delete it? This will only remove the \"python.pythonPath\" entry from your settings.json and .code-workspace file.",
243
+
"diagnostics.removePythonPathSettingsJson": "The setting \"python.pythonPath\" defined in your settings.json is now deprecated. Do you want us to delete itfrom your settings.json only? [Learn more](https://aka.ms/AA7jfor).",
244
+
"diagnostics.removePythonPathCodeWorkspace": "The setting \"python.pythonPath\" defined in your workspace settings is now deprecated. Do you want us to delete itfrom your .code-workspace file only? [Learn more](https://aka.ms/AA7jfor).",
245
+
"diagnostics.removePythonPathCodeWorkspaceAndSettingsJson": "The setting \"python.pythonPath\" defined in your workspace settings is now deprecated. Do you want us to delete it from your .code-workspace file and settings.json? [Learn more](https://aka.ms/AA7jfor).",
246
246
"diagnostics.warnSourceMaps": "Source map support is enabled in the Python Extension, this will adversely impact performance of the extension.",
'The setting "python.pythonPath" defined in your workspace settings is now deprecated. Do you want us to delete it? This will only remove the "python.pythonPath" entry from your settings.json.'
35
+
'The setting "python.pythonPath" defined in your settings.json is now deprecated. Do you want us to delete itfrom your settings.json only? [Learn more](https://aka.ms/AA7jfor).'
'The setting "python.pythonPath" defined in your workspace settings is now deprecated. Do you want us to delete it? This will only remove the "python.pythonPath" entry from your .code-workspace file.'
39
+
'The setting "python.pythonPath" defined in your workspace settings is now deprecated. Do you want us to delete itfrom your .code-workspace file only? [Learn more](https://aka.ms/AA7jfor).'
'The setting "python.pythonPath" defined in your workspace settings is now deprecated. Do you want us to delete it? This will only remove the "python.pythonPath" entry from your settings.json and .code-workspace file.'
43
+
'The setting "python.pythonPath" defined in your workspace settings is now deprecated. Do you want us to delete it from your .code-workspace file and settings.json? [Learn more](https://aka.ms/AA7jfor).'
0 commit comments