|
86 | 86 | "walkthrough.step.python.createPythonFile.description": { |
87 | 87 | "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)", |
88 | 88 | "comment": [ |
| 89 | + "{Locked='](command:toSide:workbench.action.files.openFile'}", |
89 | 90 | "{Locked='](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D'}", |
90 | 91 | "Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code", |
91 | 92 | "Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links" |
|
123 | 124 | "walkthrough.step.python.selectInterpreter.description": { |
124 | 125 | "message": "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).", |
125 | 126 | "comment": [ |
126 | | - "{Locked='](command:python.setInterpreter'}", |
127 | | - "{Locked='](command:workbench.action.showCommands'}", |
128 | | - "Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code", |
129 | | - "Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links" |
| 127 | + "{Locked='](command:python.setInterpreter'}", |
| 128 | + "{Locked='](command:workbench.action.showCommands'}", |
| 129 | + "Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code", |
| 130 | + "Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links" |
130 | 131 | ] |
131 | 132 | }, |
132 | 133 | "walkthrough.step.python.createEnvironment.title": "Create a Python Environment", |
|
0 commit comments