{
  "python.command.python.startTerminalREPL.title": "Start Terminal REPL",
  "python.command.python.startNativeREPL.title": "Start Native Python REPL",
  "python.command.python.createEnvironment.title": "Create Environment...",
  "python.command.python.createNewFile.title": "New Python File",
  "python.command.python.createTerminal.title": "Create Terminal",
  "python.command.python.execInTerminal.title": "Run Python File in Terminal",
  "python.command.python.execInTerminalIcon.title": "Run Python File",
  "python.command.python.execInDedicatedTerminal.title": "Run Python File in Dedicated Terminal",
  "python.command.python.setInterpreter.title": "Select Interpreter",
  "python.command.python.clearWorkspaceInterpreter.title": "Clear Workspace Interpreter Setting",
  "python.command.python.viewOutput.title": "Show Output",
  "python.command.python.installJupyter.title": "Install the Jupyter extension",
  "python.command.python.viewLanguageServerOutput.title": "Show Language Server Output",
  "python.command.python.configureTests.title": "Configure Tests",
  "python.command.testing.rerunFailedTests.title": "Rerun Failed Tests",
  "python.command.python.execSelectionInTerminal.title": "Run Selection/Line in Python Terminal",
  "python.command.python.execInREPL.title": "Run Selection/Line in Native Python REPL",
  "python.command.python.execSelectionInDjangoShell.title": "Run Selection/Line in Django Shell",
  "python.command.python.reportIssue.title": "Report Issue...",
  "python.command.python.clearCacheAndReload.title": "Clear Cache and Reload Window",
  "python.command.python.analysis.restartLanguageServer.title": "Restart Language Server",
  "python.command.python.launchTensorBoard.title": "Launch TensorBoard",
  "python.command.python.refreshTensorBoard.title": "Refresh TensorBoard",
  "python.createEnvironment.contentButton.description": "Show or hide Create Environment button in the editor for `requirements.txt` or other dependency files.",
  "python.createEnvironment.trigger.description": "Detect if environment creation is required for the current project",
  "python.menu.createNewFile.title": "Python File",
  "python.editor.context.submenu.runPython": "Run Python",
  "python.editor.context.submenu.runPythonInteractive": "Run in Interactive window",
  "python.activeStateToolPath.description": "Path to the State Tool executable for ActiveState runtimes (version 0.36+).",
  "python.autoComplete.extraPaths.description": "List of paths to libraries and the like that need to be imported by auto complete engine. E.g. when using Google App SDK, the paths are not in system path, hence need to be added into this list.",
  "python.condaPath.description": "Path to the conda executable to use for activation (version 4.4+).",
  "python.debugger.deprecatedMessage": "This configuration will be deprecated soon. Please replace `python` with `debugpy` to use the new Python Debugger extension.",
  "python.defaultInterpreterPath.description": "Path to default Python to use when extension loads up for the first time, no longer used once an interpreter is selected for the workspace. See [here](https://aka.ms/AAfekmf) to understand when this is used",
  "python.envFile.description": "Absolute path to a file containing environment variable definitions.",
  "python.experiments.enabled.description": "Enables A/B tests experiments in the Python extension. If enabled, you may get included in proposed enhancements and/or features.",
  "python.experiments.optInto.description": "List of experiments to opt into. If empty, user is assigned the default experiment groups. See [here](https://github.com/microsoft/vscode-python/wiki/AB-Experiments) for more details.",
  "python.experiments.optOutFrom.description": "List of experiments to opt out of. If empty, user is assigned the default experiment groups. See [here](https://github.com/microsoft/vscode-python/wiki/AB-Experiments) for more details.",
  "python.experiments.All.description": "Combined list of all experiments.",
  "python.experiments.pythonSurveyNotification.description": "Denotes the Python Survey Notification experiment.",
  "python.experiments.pythonPromptNewToolsExt.description": "Denotes the Python Prompt New Tools Extension experiment.",
  "python.experiments.pythonTerminalEnvVarActivation.description": "Enables use of environment variables to activate terminals instead of sending activation commands.",
  "python.experiments.pythonDiscoveryUsingWorkers.description": "Enables use of worker threads to do heavy computation when discovering interpreters.",
  "python.experiments.pythonTestAdapter.description": "Denotes the Python Test Adapter experiment.",
  "python.experiments.pythonREPLSmartSend.description": "Denotes the Python REPL Smart Send experiment.",
  "python.experiments.pythonRecommendTensorboardExt.description": "Denotes the Tensorboard Extension recommendation experiment.",
  "python.globalModuleInstallation.description": "Whether to install Python modules globally when not using an environment.",
  "python.languageServer.description": "Defines type of the language server.",
  "python.languageServer.defaultDescription": "Automatically select a language server: Pylance if installed and available, otherwise fallback to Jedi.",
  "python.languageServer.jediDescription": "Use Jedi behind the Language Server Protocol (LSP) as a language server.",
  "python.languageServer.pylanceDescription": "Use Pylance as a language server.",
  "python.languageServer.noneDescription": "Disable language server capabilities.",
  "python.interpreter.infoVisibility.description": "Controls when to display information of selected interpreter in the status bar.",
  "python.interpreter.infoVisibility.never.description": "Never display information.",
  "python.interpreter.infoVisibility.onPythonRelated.description": "Only display information if Python-related files are opened.",
  "python.interpreter.infoVisibility.always.description": "Always display information.",
  "python.logging.level.description": "The logging level the extension logs at, defaults to 'error'",
  "python.logging.level.deprecation": "This setting is deprecated. Please use command `Developer: Set Log Level...` to set logging level.",
  "python.missingPackage.severity.description": "Set severity of missing packages in requirements.txt or pyproject.toml",
  "python.locator.description": "[Experimental] Select implementation of environment locators. This is an experimental setting while we test native environment location.",
  "python.pipenvPath.description": "Path to the pipenv executable to use for activation.",
  "python.poetryPath.description": "Path to the poetry executable.",
  "python.pixiToolPath.description": "Path to the pixi executable.",
  "python.EnableREPLSmartSend.description": "Toggle Smart Send for the Python REPL. Smart Send enables sending the smallest runnable block of code to the REPL on Shift+Enter and moves the cursor accordingly.",
  "python.REPL.sendToNativeREPL.description": "Toggle to send code to Python REPL instead of the terminal on execution. Turning this on will change the behavior for both Smart Send and Run Selection/Line in the Context Menu.",
  "python.REPL.provideVariables.description": "Toggle to provide variables for the REPL variable view for the native REPL.",
  "python.tensorBoard.logDirectory.description": "Set this setting to your preferred TensorBoard log directory to skip log directory prompt when starting TensorBoard.",
  "python.tensorBoard.logDirectory.markdownDeprecationMessage": "Tensorboard support has been moved to the extension [Tensorboard extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.tensorboard). Instead use the setting `tensorBoard.logDirectory`.",
  "python.tensorBoard.logDirectory.deprecationMessage": "Tensorboard support has been moved to the extension Tensorboard extension. Instead use the setting `tensorBoard.logDirectory`.",
  "python.terminal.shellIntegration.enabled.description": "Enable [shell integration](https://code.visualstudio.com/docs/terminal/shell-integration) for the terminals running python. Shell integration enhances the terminal experience by enabling command decorations, run recent command, improving accessibility among other things.",
  "python.terminal.activateEnvInCurrentTerminal.description": "Activate Python Environment in the current Terminal on load of the Extension.",
  "python.terminal.activateEnvironment.description": "Activate Python Environment in all Terminals created.",
  "python.terminal.executeInFileDir.description": "When executing a file in the terminal, whether to use execute in the file's directory, instead of the current open folder.",
  "python.terminal.focusAfterLaunch.description": "When launching a python terminal, whether to focus the cursor on the terminal.",
  "python.terminal.launchArgs.description": "Python launch arguments to use when executing a file in the terminal.",
  "python.testing.autoTestDiscoverOnSaveEnabled.description": "Enable auto run test discovery when saving a test file.",
  "python.testing.autoTestDiscoverOnSavePattern.description": "Glob pattern used to determine which files are used by autoTestDiscoverOnSaveEnabled.",
  "python.testing.cwd.description": "Optional working directory for tests.",
  "python.testing.debugPort.description": "Port number used for debugging of tests.",
  "python.testing.promptToConfigure.description": "Prompt to configure a test framework if potential tests directories are discovered.",
  "python.testing.pytestArgs.description": "Arguments passed in. Each argument is a separate item in the array.",
  "python.testing.pytestEnabled.description": "Enable testing using pytest.",
  "python.testing.pytestPath.description": "Path to pytest. You can use a custom version of pytest by modifying this setting to include the full path.",
  "python.testing.unittestArgs.description": "Arguments passed in. Each argument is a separate item in the array.",
  "python.testing.unittestEnabled.description": "Enable testing using unittest.",
  "python.venvFolders.description": "Folders in your home directory to look into for virtual environments (supports pyenv, direnv and virtualenvwrapper by default).",
  "python.venvPath.description": "Path to folder with a list of Virtual Environments (e.g. ~/.pyenv, ~/Envs, ~/.virtualenvs).",
  "python.sdkName": "Python Interpreter",
  "python.shortcuts.description": "Python Extension Configuration"
}
