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
"Interpreters.condaInheritEnvMessage": "We noticed you're using a conda environment. If you are experiencing issues with this environment in the integrated terminal, we suggest the \"terminal.integrated.inheritEnv\"setting to be changed to false. Would you like to update this setting?",
124
+
"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.",
125
125
"Logging.CurrentWorkingDirectory": "cwd:",
126
126
"Common.doNotShowAgain": "Do not show again",
127
127
"Common.reload": "Reload",
128
+
"Common.moreInfo": "More Info",
128
129
"OutputChannelNames.languageServer": "Python Language Server",
129
130
"OutputChannelNames.python": "Python",
130
131
"OutputChannelNames.pythonTest": "Python Test Log",
exportconstcondaInheritEnvMessage=localize('Interpreters.condaInheritEnvMessage','We noticed you\'re using a conda environment. If you are experiencing issues with this environment in the integrated terminal, we suggest the \"terminal.integrated.inheritEnv\" setting to be changed to false. Would you like to update this setting?');
64
+
exportconstcondaInheritEnvMessage=localize('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.');
64
65
exportconstenvironmentPromptMessage=localize('Interpreters.environmentPromptMessage','We noticed a new virtual environment has been created. Do you want to select it for the workspace folder?');
65
66
exportconstselectInterpreterTip=localize('Interpreters.selectInterpreterTip','Tip: you can change the Python interpreter used by the Python extension by clicking on the Python version in the status bar');
0 commit comments