|
39 | 39 | "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",
|
40 | 40 | "python.envFile.description": "Absolute path to a file containing environment variable definitions.",
|
41 | 41 | "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.",
|
| 42 | + "python.useEnvironmentsExtension.description": "Enables the Python Environments extension.", |
42 | 43 | "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.",
|
43 | 44 | "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.",
|
44 | 45 | "python.experiments.All.description": "Combined list of all experiments.",
|
|
91 | 92 | "python.venvPath.description": "Path to folder with a list of Virtual Environments (e.g. ~/.pyenv, ~/Envs, ~/.virtualenvs).",
|
92 | 93 | "walkthrough.pythonWelcome.title": "Get Started with Python Development",
|
93 | 94 | "walkthrough.pythonWelcome.description": "Your first steps to set up a Python project with all the powerful tools and features that the Python extension has to offer!",
|
94 |
| - "walkthrough.step.python.createPythonFile.title": "Create a Python file", |
| 95 | + "walkthrough.step.python.createPythonFile.title": "Create a Python file", |
95 | 96 | "walkthrough.step.python.createPythonFolder.title": "Open a Python project folder",
|
96 | 97 | "walkthrough.step.python.createPythonFile.description": {
|
97 | 98 | "message": "[Open](command:toSide:workbench.action.files.openFile) or [create](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D) a Python file - make sure to save it as \".py\".\n[Create Python File](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D)",
|
|
103 | 104 | },
|
104 | 105 | "walkthrough.step.python.createPythonFolder.description": {
|
105 | 106 | "message": "[Open](command:workbench.action.files.openFolder) or create a project folder.\n[Open Project Folder](command:workbench.action.files.openFolder)",
|
106 |
| - "comment": [ |
| 107 | + "comment": [ |
107 | 108 | "{Locked='](command:workbench.action.files.openFolder'}",
|
108 | 109 | "Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
|
109 | 110 | "Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
|
|
133 | 134 | "walkthrough.step.python.createEnvironment.title": "Select or create a Python environment",
|
134 | 135 | "walkthrough.step.python.createEnvironment.description": {
|
135 | 136 | "message": "Create an environment for your Python project or use [Select Python Interpreter](command:python.setInterpreter) to select an existing one.\n[Create Environment](command:python.createEnvironment)\n**Tip**: Run the ``Python: Create Environment`` command in the [Command Palette](command:workbench.action.showCommands).",
|
136 |
| - "comment": [ |
| 137 | + "comment": [ |
137 | 138 | "{Locked='](command:python.createEnvironment'}",
|
138 | 139 | "{Locked='](command:workbench.action.showCommands'}",
|
139 | 140 | "{Locked='](command:python.setInterpreter'}",
|
|
145 | 146 | "walkthrough.step.python.runAndDebug.description": "Open your Python file and click on the play button on the top right of the editor, or press F5 when on the file and select \"Python File\" to run with the debugger. \n \n[Learn more](https://code.visualstudio.com/docs/python/python-tutorial#_run-hello-world)",
|
146 | 147 | "walkthrough.step.python.learnMoreWithDS.title": "Keep exploring!",
|
147 | 148 | "walkthrough.step.python.learnMoreWithDS.description": {
|
148 |
| - "message":"🎨 Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands). \n 📈 Learn more about getting started with [data science](command:workbench.action.openWalkthrough?%7B%22category%22%3A%22ms-python.python%23pythonDataScienceWelcome%22%2C%22step%22%3A%22ms-python.python%23python.createNewNotebook%22%7D) in Python. \n ✨ Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features. \n \n[Follow along with the Python Tutorial](https://aka.ms/AA8dqti)", |
149 |
| - "comment":[ |
| 149 | + "message": "🎨 Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands). \n 📈 Learn more about getting started with [data science](command:workbench.action.openWalkthrough?%7B%22category%22%3A%22ms-python.python%23pythonDataScienceWelcome%22%2C%22step%22%3A%22ms-python.python%23python.createNewNotebook%22%7D) in Python. \n ✨ Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features. \n \n[Follow along with the Python Tutorial](https://aka.ms/AA8dqti)", |
| 150 | + "comment": [ |
150 | 151 | "{Locked='](command:workbench.action.showCommands'}",
|
151 | 152 | "{Locked='](command:workbench.action.openWalkthrough?%7B%22category%22%3A%22ms-python.python%23pythonDataScienceWelcome%22%2C%22step%22%3A%22ms-python.python%23python.createNewNotebook%22%7D'}",
|
152 | 153 | "Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
|
|
0 commit comments