{ "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 Tests", "python.command.python.debugtests.title": "Debug All Tests", "python.command.python.execInTerminal.title": "Run Python File in Terminal", "python.command.python.setInterpreter.title": "Select Interpreter", "python.command.python.switchOffInsidersChannel.title": "Switch to Default Channel", "python.command.python.switchToDailyChannel.title": "Switch to Insiders Daily Channel", "python.command.python.switchToWeeklyChannel.title": "Switch to Insiders Weekly Channel", "python.command.python.resetPythonInterpreter.title": "Reset Python Interpreter", "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 Test Output", "python.command.python.datascience.viewJupyterOutput.title": "Show Jupyter Output", "python.command.python.viewLanguageServerOutput.title": "Show Language Server Output", "python.command.python.selectAndRunTestMethod.title": "Run Test Method ...", "python.command.python.selectAndDebugTestMethod.title": "Debug Test Method ...", "python.command.python.selectAndRunTestFile.title": "Run Test File ...", "python.command.python.runCurrentTestFile.title": "Run Current Test File", "python.command.python.runFailedTests.title": "Run Failed Tests", "python.command.python.discoverTests.title": "Discover Tests", "python.command.python.discoveringTests.title": "Discovering...", "python.command.python.stopTests.title": "Stop", "python.command.python.configureTests.title": "Configure 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.debugFileInteractive.title": "Debug Current File in Python Interactive Window", "python.command.python.datascience.runallcells.title": "Run All Cells", "python.command.python.datascience.notebookeditor.runallcells.title": "Run All Notebook Cells", "python.command.python.datascience.runallcellsabove.title": "Run Above", "python.command.python.datascience.runcellandallbelow.title": "Run Below", "python.command.python.datascience.runallcellsabove.palette.title": "Run Cells Above Current Cell", "python.command.python.datascience.runcurrentcellandallbelow.palette.title": "Run Current Cell and Below", "python.command.python.datascience.debugcurrentcell.palette.title": "Debug Current Cell", "python.command.python.datascience.debugcell.title": "Debug Cell", "python.command.python.datascience.debugstepover.title": "Step Over", "python.command.python.datascience.debugcontinue.title": "Continue", "python.command.python.datascience.debugstop.title": "Stop", "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 local or remote Jupyter server for connections", "python.command.python.datascience.selectjupytercommandline.title": "Specify Jupyter command line arguments", "python.command.python.datascience.importnotebook.title": "Import Jupyter Notebook", "python.command.python.datascience.opennotebook.title": "Open in Notebook Editor", "python.command.python.datascience.importnotebookfile.title": "Convert to Python Script", "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.notebookeditor.removeallcells.title": "Delete All Notebook Editor Cells", "python.command.python.datascience.notebookeditor.runselectedcell.title": "Run Selected Notebook Cell", "python.command.python.datascience.notebookeditor.addcellbelow.title": "Add Empty Cell to Notebook File", "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.command.python.datascience.addcellbelow.title": "Add Empty Cell to File", "python.command.python.datascience.scrolltocell.title": "Scroll Cell Into View", "python.command.python.datascience.createnewnotebook.title": "Create New Blank Jupyter Notebook", "python.command.python.datascience.selectJupyterInterpreter.title": "Select Interpreter to start Jupyter server", "Datascience.currentlySelectedJupyterInterpreterForPlaceholder": "current: {0}", "python.command.python.analysis.clearCache.title": "Clear Module Analysis Cache", "python.snippet.launch.standard.label": "Python: Current File", "python.snippet.launch.module.label": "Python: Module", "python.snippet.launch.module.default": "enter-your-module-name", "python.snippet.launch.attach.label": "Python: Remote Attach", "python.snippet.launch.attachpid.label": "Python: Attach using Process Id", "python.snippet.launch.django.label": "Python: Django", "python.snippet.launch.flask.label": "Python: Flask", "python.snippet.launch.pyramid.label": "Python: Pyramid Application", "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": "