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
'Enabling source map support in the Python Extension will adversely impact performance of the extension.',
152
-
);
153
-
exportconstenableSourceMapsAndReloadVSC=l10n.t('Enable and reload Window.');
154
-
exportconstlsNotSupported=l10n.t(
155
-
'Your operating system does not meet the minimum requirements of the Python Language Server. Reverting to the alternative autocompletion provider, Jedi.',
'You need to select a Python interpreter before you start debugging.\n\nTip: click on "Select Interpreter" in the status bar.',
159
-
);
160
-
exportconstinvalidPythonPathInDebuggerLaunch=l10n.t('The Python path in your debug configuration is invalid.');
161
-
exportconstinvalidDebuggerTypeDiagnostic=l10n.t(
162
-
'Your launch.json file needs to be updated to change the "pythonExperimental" debug configurations to use the "python" debugger type, otherwise Python debugging may not work. Would you like to automatically update your launch.json file now?',
163
-
);
164
-
exportconstconsoleTypeDiagnostic=l10n.t(
165
-
'Your launch.json file needs to be updated to change the console type string from "none" to "internalConsole", otherwise Python debugging may not work. Would you like to automatically update your launch.json file now?',
166
-
);
167
-
exportconstjustMyCodeDiagnostic=l10n.t(
168
-
'Configuration "debugStdLib" in launch.json is no longer supported. It\'s recommended to replace it with "justMyCode", which is the exact opposite of using "debugStdLib". Would you like to automatically update your launch.json file to do that?',
'Your settings needs to be updated to change the setting "python.unitTest." to "python.testing.", otherwise testing Python code using the extension may not work. Would you like to automatically update your settings now?',
'We found outdated configuration for sorting imports in this workspace. Check the [isort upgrade guide](https://aka.ms/AA9j5x4) to update your settings.',
177
-
);
178
-
exportconstpylanceDefaultMessage=l10n.t(
179
-
"The Python extension now includes Pylance to improve completions, code navigation, overall performance and much more! You can learn more about the update and learn how to change your language server [here](https://aka.ms/new-python-bundle).\n\nRead Pylance's license [here](https://marketplace.visualstudio.com/items/ms-python.vscode-pylance/license).",
test('Return the path of the first available interpreter as the current python path, configuration.pythonPath is not defined and there is no active interpreter',async()=>{
0 commit comments