|
86 | 86 | "python.logging.level.description": "The logging level the extension logs at, defaults to 'error'", |
87 | 87 | "python.logging.level.deprecation": "This setting is deprecated. Please use command `Developer: Set Log Level...` to set logging level.", |
88 | 88 | "python.missingPackage.severity.description": "Set severity of missing packages in requirements.txt or pyproject.toml", |
89 | | - "python.locator.description": "[Experimental] Select implementation of environment locators. This is an experimental setting while we test native environment location.", |
| 89 | + "python.locator.description": "Choose how to discover Python interpreters. Native uses [Python Environment Tools](https://github.com/microsoft/python-environment-tools) a faster, Rust-based locator, while JS uses a JavaScript implementation.", |
90 | 90 | "python.pipenvPath.description": "Path to the pipenv executable to use for activation.", |
91 | 91 | "python.poetryPath.description": "Path to the poetry executable.", |
92 | 92 | "python.quietMode.description": "Start Positron's IPython shell in quiet mode, to suppress initial version and help messages (restart Positron to apply).", |
|
129 | 129 | "walkthrough.positron.step.migrateFromVSCode.panes.description": "Find your way around the panes and layout of Positron\n[Customize your layout](command:workbench.action.customizeLayout)", |
130 | 130 | "walkthrough.pythonWelcome.title": "Get Started with Python Development", |
131 | 131 | "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!", |
132 | | - "walkthrough.step.python.createPythonFile.title": "Create a Python file", |
| 132 | + "walkthrough.step.python.createPythonFile.title": "Create a Python file", |
133 | 133 | "walkthrough.step.python.createPythonFolder.title": "Open a Python project folder", |
134 | 134 | "walkthrough.step.python.createPythonFile.description": { |
135 | 135 | "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)", |
|
141 | 141 | }, |
142 | 142 | "walkthrough.step.python.createPythonFolder.description": { |
143 | 143 | "message": "[Open](command:workbench.action.files.openFolder) or create a project folder.\n[Open Project Folder](command:workbench.action.files.openFolder)", |
144 | | - "comment": [ |
| 144 | + "comment": [ |
145 | 145 | "{Locked='](command:workbench.action.files.openFolder'}", |
146 | 146 | "Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code", |
147 | 147 | "Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links" |
|
171 | 171 | "walkthrough.step.python.createEnvironment.title": "Select or create a Python environment", |
172 | 172 | "walkthrough.step.python.createEnvironment.description": { |
173 | 173 | "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).", |
174 | | - "comment": [ |
| 174 | + "comment": [ |
175 | 175 | "{Locked='](command:python.createEnvironment'}", |
176 | 176 | "{Locked='](command:workbench.action.showCommands'}", |
177 | 177 | "{Locked='](command:python.setInterpreter'}", |
|
183 | 183 | "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)", |
184 | 184 | "walkthrough.step.python.learnMoreWithDS.title": "Keep exploring!", |
185 | 185 | "walkthrough.step.python.learnMoreWithDS.description": { |
186 | | - "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)", |
187 | | - "comment":[ |
| 186 | + "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)", |
| 187 | + "comment": [ |
188 | 188 | "{Locked='](command:workbench.action.showCommands'}", |
189 | 189 | "{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'}", |
190 | 190 | "Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code", |
|
0 commit comments