{ "python.command.python.sortImports.title": "Sort Imports", "python.command.python.startREPL.title": "Start REPL", "python.command.python.createTerminal.title": "Create Terminal", "python.command.python.buildWorkspaceSymbols.title": "Build Workspace Symbols", "python.command.python.runtests.title": "Run All Unit Tests", "python.command.python.debugtests.title": "Debug All Unit Tests", "python.command.python.execInTerminal.title": "Run Python File in Terminal", "python.command.python.setInterpreter.title": "Select Interpreter", "python.command.python.updateSparkLibrary.title": "Update Workspace PySpark Libraries", "python.command.python.refactorExtractVariable.title": "Extract Variable", "python.command.python.refactorExtractMethod.title": "Extract Method", "python.command.python.viewOutput.title": "Show Output", "python.command.python.viewTestOutput.title": "Show Unit Test Output", "python.command.python.selectAndRunTestMethod.title": "Run Unit Test Method ...", "python.command.python.selectAndDebugTestMethod.title": "Debug Unit Test Method ...", "python.command.python.selectAndRunTestFile.title": "Run Unit Test File ...", "python.command.python.runCurrentTestFile.title": "Run Current Unit Test File", "python.command.python.runFailedTests.title": "Run Failed Unit Tests", "python.command.python.discoverTests.title": "Discover Unit Tests", "python.command.python.stopUnitTests.title": "Stop", "python.command.python.configureTests.title": "Configure Unit Tests", "python.command.python.execSelectionInTerminal.title": "Run Selection/Line in Python Terminal", "python.command.python.execSelectionInDjangoShell.title": "Run Selection/Line in Django Shell", "python.command.python.goToPythonObject.title": "Go to Python Object", "python.command.python.setLinter.title": "Select Linter", "python.command.python.enableLinting.title": "Enable Linting", "python.command.python.runLinting.title": "Run Linting", "python.command.python.datascience.runFileInteractive.title": "Run Current File in Python Interactive Window", "python.command.python.datascience.runallcells.title": "Run All Cells", "python.command.python.datascience.runallcellsabove.title": "Run Above", "python.command.python.datascience.runcellandallbelow.title": "Run Below", "python.command.python.datascience.runtoline.title": "Run To Line in Python Interactive window", "python.command.python.datascience.runfromline.title": "Run From Line in Python Interactive window", "python.command.python.datascience.runcurrentcell.title": "Run Current Cell", "python.command.python.datascience.runcurrentcelladvance.title": "Run Current Cell And Advance", "python.command.python.datascience.execSelectionInteractive.title": "Run Selection/Line in Python Interactive window", "python.command.python.datascience.runcell.title": "Run Cell", "python.command.python.datascience.showhistorypane.title": "Show Python Interactive window", "python.command.python.datascience.selectjupyteruri.title": "Specify Jupyter server URI", "python.command.python.datascience.importnotebook.title": "Import Jupyter Notebook", "python.command.python.datascience.importnotebookonfile.title": "Import Jupyter Notebook", "python.command.python.enableSourceMapSupport.title": "Enable source map support for extension debugging", "python.command.python.datascience.exportoutputasnotebook.title": "Export Python Interactive window as Jupyter Notebook", "python.command.python.datascience.exportfileasnotebook.title": "Export Current Python file as Jupyter Notebook", "python.command.python.datascience.exportfileandoutputasnotebook.title": "Export Current Python File and Output as Jupyter Notebook", "python.command.python.datascience.undocells.title": "Undo last Python Interactive action", "python.command.python.datascience.redocells.title": "Redo last Python Interactive action", "python.command.python.datascience.removeallcells.title": "Delete all Python Interactive cells", "python.command.python.datascience.interruptkernel.title": "Interrupt iPython Kernel", "python.command.python.datascience.restartkernel.title": "Restart iPython Kernel", "python.command.python.datascience.expandallcells.title": "Expand all Python Interactive cells", "python.command.python.datascience.collapseallcells.title": "Collapse all Python Interactive cells", "python.snippet.launch.standard.label": "Python: Current File", "python.snippet.launch.standard.description": "Debug a Python Program with Standard Output", "python.snippet.launch.pyspark.label": "Python: PySpark", "python.snippet.launch.pyspark.description": "Debug PySpark", "python.snippet.launch.module.label": "Python: Module", "python.snippet.launch.module.description": "Debug a Python Module", "python.snippet.launch.terminal.label": "Python: Terminal (integrated)", "python.snippet.launch.terminal.description": "Debug a Python program with Integrated Terminal/Console", "python.snippet.launch.externalTerminal.label": "Python: Terminal (external)", "python.snippet.launch.externalTerminal.description": "Debug a Python program with External Terminal/Console", "python.snippet.launch.django.label": "Python: Django", "python.snippet.launch.django.description": "Debug a Django Application", "python.snippet.launch.flask.label": "Python: Flask", "python.snippet.launch.flask.description": "Debug a Flask Application", "python.snippet.launch.flaskOld.label": "Python: Flask (0.10.x or earlier)", "python.snippet.launch.flaskOld.description": "Debug an older styled Flask Application", "python.snippet.launch.gevent.label": "Python: Gevent", "python.snippet.launch.gevent.description": "Debug a Gevent Application", "python.snippet.launch.pyramid.label": "Python: Pyramid Application", "python.snippet.launch.pyramid.description": "Debug a Pyramid Application", "python.snippet.launch.watson.label": "Python: Watson Application", "python.snippet.launch.watson.description": "Debug a Watson Application", "python.snippet.launch.attach.label": "Python: Attach", "python.snippet.launch.attach.description": "Attach the Debugger for Remote Debugging", "python.snippet.launch.scrapy.label": "Python: Scrapy", "python.snippet.launch.scrapy.description": "Scrapy with Integrated Terminal/Console", "LanguageService.bannerMessage": "Can you please take 2 minutes to tell us how the Python Language Server is working for you?", "LanguageService.bannerLabelYes": "Yes, take survey now", "LanguageService.bannerLabelNo": "No, thanks", "LanguageService.lsFailedToStart": "We encountered an issue starting the Language Server. Reverting to the alternative, Jedi. Check the Python output panel for details.", "LanguageService.lsFailedToDownload": "We encountered an issue downloading the Language Server. Reverting to the alternative, Jedi. Check the Python output panel for details.", "LanguageService.lsFailedToExtract": "We encountered an issue extracting the Language Server. Reverting to the alternative, Jedi. Check the Python output panel for details.", "DataScience.unknownMimeTypeFormat": "Mime type {0} is not currently supported.", "DataScience.historyTitle": "Python Interactive", "DataScience.dataExplorerTitle": "Data Viewer", "DataScience.badWebPanelFormatString": "

{0} is not a valid file name

", "DataScience.sessionDisposed": "Cannot execute code, session has been disposed.", "DataScience.exportDialogTitle": "Export to Jupyter Notebook", "DataScience.exportDialogFilter": "Jupyter Notebooks", "DataScience.exportDialogComplete": "Notebook written to {0}", "DataScience.exportDialogFailed": "Failed to export notebook. {0}", "DataScience.exportOpenQuestion": "Open in browser", "DataScience.collapseInputTooltip": "Collapse input block", "DataScience.importDialogTitle": "Import Jupyter Notebook", "DataScience.importDialogFilter": "Jupyter Notebooks", "DataScience.notebookCheckForImportYes": "Import", "DataScience.notebookCheckForImportNo": "Later", "DataScience.notebookCheckForImportDontAskAgain": "Don't Ask Again", "DataScience.notebookCheckForImportTitle": "Do you want to import the Jupyter Notebook into Python code?", "DataScience.jupyterNotSupported": "Running cells requires Jupyter notebooks to be installed.", "DataScience.jupyterNotSupportedBecauseOfEnvironment": "Activating {0} to run Jupyter failed with {1}.", "DataScience.jupyterNbConvertNotSupported": "Importing notebooks requires Jupyter nbconvert to be installed.", "DataScience.jupyterLaunchNoURL": "Failed to find the URL of the launched Jupyter notebook server", "DataScience.jupyterLaunchTimedOut": "The Jupyter notebook server failed to launch in time", "DataScience.jupyterServerCrashed": "Jupyter server crashed. Unable to connect. \r\nError code from jupyter: {0}", "DataScience.pythonInteractiveHelpLink": "Get more help", "DataScience.importingFormat": "Importing {0}", "DataScience.startingJupyter": "Starting Jupyter server", "DataScience.connectingToJupyter": "Connecting to Jupyter server", "Interpreters.RefreshingInterpreters": "Refreshing Python Interpreters", "Interpreters.LoadingInterpreters": "Loading Python Interpreters", "DataScience.restartKernelMessage": "Do you want to restart the iPython kernel? All variables will be lost.", "DataScience.restartKernelMessageYes": "Restart", "DataScience.restartKernelMessageNo": "Cancel", "DataScience.restartingKernelFailed": "Kernel restart failed. Jupyter server is hung. Please reload VS Code.", "DataScience.interruptingKernelFailed": "Kernel interrupt failed. Jupyter server is hung. Please reload VS Code.", "DataScienceSurveyBanner.bannerMessage": "Can you please take 2 minutes to tell us how the Python Data Science features are working for you?", "DataScienceSurveyBanner.bannerLabelYes": "Yes, take survey now", "DataScienceSurveyBanner.bannerLabelNo": "No, thanks", "InteractiveShiftEnterBanner.bannerMessage": "Would you like shift-enter to send code to the new Interactive Window experience?", "InteractiveShiftEnterBanner.bannerLabelYes": "Yes", "InteractiveShiftEnterBanner.bannerLabelNo": "No", "DataScience.restartingKernelStatus": "Restarting iPython Kernel", "DataScience.executingCode": "Executing Cell", "DataScience.collapseAll": "Collapse all cell inputs", "DataScience.expandAll": "Expand all cell inputs", "DataScience.export": "Export as Jupyter Notebook", "DataScience.restartServer": "Restart iPython Kernel", "DataScience.undo": "Undo", "DataScience.redo": "Redo", "DataScience.clearAll": "Remove All Cells", "DataScience.pythonVersionHeader": "Python version:", "DataScience.pythonVersionHeaderNoPyKernel": "Python version may not match, no ipykernel found:", "DataScience.pythonRestartHeader": "Restarted kernel:", "DataScience.pythonNewHeader": "Started new kernel:", "DataScience.executingCodeFailure": "Executing code failed : {0}", "DataScience.inputWatermark": "Shift-enter to run", "Linter.InstalledButNotEnabled": "Linter {0} is installed but not enabled.", "Linter.replaceWithSelectedLinter": "Multiple linters are enabled in settings. Replace with '{0}'?", "DataScience.jupyterSelectURILaunchLocal": "Launch a local Jupyter server when needed", "DataScience.jupyterSelectURISpecifyURI": "Type in the URI to connect to a running Jupyter server", "DataScience.jupyterSelectURIPrompt": "Enter the URI of a Jupyter server", "DataScience.jupyterSelectURIInvalidURI": "Invalid URI specified", "DataScience.jupyterNotebookFailure": "Jupyter notebook failed to launch. \r\n{0}", "DataScience.jupyterNotebookConnectFailed": "Failed to connect to Jupyter notebook. \r\n{0}\r\n{1}", "DataScience.jupyterNotebookRemoteConnectFailed": "Failed to connect to remote Jupyter notebook.\r\nCheck that the Jupyter Server URI setting has a valid running server specified.\r\n{0}\r\n{1}", "DataScience.notebookVersionFormat": "Jupyter Notebook Version: {0}", "DataScience.jupyterKernelNotSupportedOnActive": "Jupyter kernel cannot be started from '{0}'. Using closest match {1} instead.", "DataScience.jupyterKernelSpecNotFound": "Cannot create a Jupyter kernel spec and none are available for use", "DataScience.jupyterGetVariablesBadResults": "Failed to fetch variable info from the Jupyter server.", "DataScience.liveShareConnectFailure": "Cannot connect to host Jupyter session. URI not found.", "DataScience.liveShareCannotSpawnNotebooks": "Spawning Jupyter notebooks is not supported over a live share connection", "DataScience.liveShareCannotImportNotebooks": "Importing notebooks is not currently supported over a live share connection", "DataScience.liveShareHostFormat": "{0} Jupyter Server", "DataScience.liveShareSyncFailure": "Synchronization failure during live share startup.", "DataScience.liveShareServiceFailure": "Failure starting '{0}' service during live share connection.", "DataScience.documentMismatch": "Cannot run cells, duplicate documents for {0} found.", "DataScience.pythonInteractiveCreateFailed": "Failure to create a 'Python Interactive' window. Try reinstalling the Python extension.", "diagnostics.warnSourceMaps": "Source map support is enabled in the Python Extension, this will adversely impact performance of the extension.", "diagnostics.disableSourceMaps": "Disable Source Map Support", "diagnostics.warnBeforeEnablingSourceMaps": "Enabling source map support in the Python Extension will adversely impact performance of the extension.", "diagnostics.enableSourceMapsAndReloadVSC": "Enable and reload Window", "diagnostics.lsNotSupported": "Your operating system does not meet the minimum requirements of the Language Server. Reverting to the alternative, Jedi.", "diagnostics.invalidPythonPathInDebuggerSettings": "You need to select a Python interpreter before you start debugging.\n\nTip: click on \"Select Python Interpreter\" in the status bar.", "diagnostics.invalidPythonPathInDebuggerLaunch": "The Python path in your debug configuration is invalid.", "DataScience.interruptKernel": "Interrupt iPython Kernel", "DataScience.exportingFormat": "Exporting {0}", "DataScience.exportCancel": "Cancel", "Common.canceled": "Canceled", "DataScience.importChangeDirectoryComment": "#%% Change working directory from the workspace root to the ipynb file location. Turn this addition off with the DataScience.changeDirOnImportExport setting", "DataScience.exportChangeDirectoryComment": "# Change directory to VSCode workspace root so that relative path loads work correctly. Turn this addition off with the DataScience.changeDirOnImportExport setting", "DataScience.interruptKernelStatus": "Interrupting iPython Kernel", "DataScience.restartKernelAfterInterruptMessage": "Interrupting the kernel timed out. Do you want to restart the kernel instead? All variables will be lost.", "DataScience.pythonInterruptFailedHeader": "Keyboard interrupt crashed the kernel. Kernel restarted.", "DataScience.sysInfoURILabel": "Jupyter Server URI: ", "Common.loadingPythonExtension": "Python extension loading...", "debug.selectConfigurationTitle": "Select a debug configuration", "debug.selectConfigurationPlaceholder": "Debug Configuration", "debug.debugFileConfigurationLabel": "Python File", "debug.debugFileConfigurationDescription": "Debug Python file", "debug.debugModuleConfigurationLabel": "Module", "debug.debugModuleConfigurationDescription": "Debug Python module/package", "debug.remoteAttachConfigurationLabel": "Remote Attach", "debug.remoteAttachConfigurationDescription": "Debug a remote Python program", "debug.debugDjangoConfigurationLabel": "Django", "debug.debugDjangoConfigurationDescription": "Web Application", "debug.debugFlaskConfigurationLabel": "Flask", "debug.debugFlaskConfigurationDescription": "Web Application", "debug.debugPyramidConfigurationLabel": "Pyramid", "debug.debugPyramidConfigurationDescription": "Web Application", "debug.djangoEnterManagePyPathTitle": "Debug Django", "debug.djangoEnterManagePyPathPrompt": "Enter path to manage.py ('${workspaceFolderToken}' points to the root of the current workspace folder)", "debug.djangoEnterManagePyPathInvalidFilePathError": "Enter a valid Python file path", "debug.flaskEnterAppPathOrNamePathTitle": "Debug Flask", "debug.flaskEnterAppPathOrNamePathPrompt": "Enter path to application, e.g. 'app.py' or 'app'", "debug.flaskEnterAppPathOrNamePathInvalidNameError": "Enter a valid name", "debug.moduleEnterModuleTitle": "Debug Module", "debug.moduleEnterModulePrompt": "Enter Python module/package name", "debug.moduleEnterModuleInvalidNameError": "Enter a valid name", "debug.pyramidEnterDevelopmentIniPathTitle": "Debug Pyramid", "debug.pyramidEnterDevelopmentIniPathPrompt": "`Enter path to development.ini ('${workspaceFolderToken}' points to the root of the current workspace folder)`", "debug.pyramidEnterDevelopmentIniPathInvalidFilePathError": "Enter a valid file path", "debug.attachRemotePortTitle": "Remote Debugging", "debug.attachRemotePortPrompt": "Enter port number", "debug.attachRemotePortValidationError": "Enter a valid port number", "debug.attachRemoteHostTitle": "Remote Debugging", "debug.attachRemoteHostPrompt": "Enter a host name or IP address", "debug.attachRemoteHostValidationError": "Enter a valid host name or IP address", "UnitTests.testErrorDiagnosticMessage": "Error", "UnitTests.testFailDiagnosticMessage": "Fail", "UnitTests.testSkippedDiagnosticMessage": "Skipped", "UnitTests.configureTests": "Configure Test Framework", "UnitTests.disableTests": "Disable Tests", "Common.openOutputPanel": "Show output", "LanguageService.downloadFailedOutputMessage": "download failed", "LanguageService.extractionFailedOutputMessage": "extraction failed", "LanguageService.extractionCompletedOutputMessage": "complete", "LanguageService.extractionDoneOutputMessage": "done", "LanguageService.reloadVSCodeIfSeachPathHasChanged": "Search paths have changed for this Python interpreter. Please reload the extension to ensure that the IntelliSense works correctly" }