|
18 | 18 | },
|
19 | 19 | "languageServerVersion": "0.5.30",
|
20 | 20 | "publisher": "ms-python",
|
21 |
| - "enabledApiProposals": ["languageStatus", "quickPickSortByLabel", "quickPickSeparators", "testObserver", "notebookEditor"], |
| 21 | + "enabledApiProposals": [ |
| 22 | + "languageStatus", |
| 23 | + "quickPickSortByLabel", |
| 24 | + "quickPickSeparators", |
| 25 | + "testObserver", |
| 26 | + "notebookEditor" |
| 27 | + ], |
22 | 28 | "author": {
|
23 | 29 | "name": "Microsoft Corporation"
|
24 | 30 | },
|
|
132 | 138 | "when": "workspacePlatform == linux",
|
133 | 139 | "command": "workbench.action.terminal.new"
|
134 | 140 | },
|
| 141 | + { |
| 142 | + "id": "python.createPythonFile", |
| 143 | + "title": "Create a Python file", |
| 144 | + "description": "[Open](command:toSide:workbench.action.files.openFile) or [create](command:toSide:workbench.action.files.newUntitledFile) a Python file - make sure to save it as \".py\".\n[Create Python File](command:toSide:workbench.action.files.newUntitledFile)", |
| 145 | + "media": { |
| 146 | + "svg": "resources/walkthrough/open-folder.svg", |
| 147 | + "altText": "Open a Python file or a folder with a Python project." |
| 148 | + }, |
| 149 | + "when": "" |
| 150 | + }, |
135 | 151 | {
|
136 | 152 | "id": "python.selectInterpreter",
|
137 | 153 | "title": "Select a Python Interpreter",
|
138 |
| - "description": "Choose which Python interpreter/environment you want to use for your Python project.\n[Select Python Interpreter](command:python.setInterpreter)\nTip: Reload the window if you installed Python but don't see it in the list (``Developer: Reload Window`` command in the [Command Palette](command:workbench.action.showCommands))", |
| 154 | + "description": "Choose which Python interpreter/environment you want to use for your Python project.\n[Select Python Interpreter](command:python.setInterpreter)\n**Tip**: Run the ``Python: Select Interpreter`` command in the [Command Palette](command:workbench.action.showCommands).\nReload the window if you installed Python but don't see it in the list (``Developer: Reload Window`` command). ", |
139 | 155 | "media": {
|
140 |
| - "svg": "resources/walkthrough/python-interpreter.svg", |
| 156 | + "svg": "resources/walkthrough/python-interpreter-v2.svg", |
141 | 157 | "altText": "Selecting a python interpreter from the status bar"
|
142 | 158 | },
|
143 | 159 | "when": ""
|
144 | 160 | },
|
145 | 161 | {
|
146 | 162 | "id": "python.runAndDebug",
|
147 | 163 | "title": "Run and debug your Python file",
|
148 |
| - "description": "[Open](command:toSide:workbench.action.files.openFile) or [create](command:toSide:welcome.showNewFileEntries) a Python file - make sure to save it as \".py\". \n 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)", |
| 164 | + "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)", |
149 | 165 | "media": {
|
150 | 166 | "svg": "resources/walkthrough/rundebug2.svg",
|
151 | 167 | "altText": "How to run and debug in VS Code with F5 or the play button on the top right."
|
|
0 commit comments