diff --git a/tutorials/dev/tools/vscode/index.md b/tutorials/dev/tools/vscode/index.md index dc647e2b..f846f4ff 100644 --- a/tutorials/dev/tools/vscode/index.md +++ b/tutorials/dev/tools/vscode/index.md @@ -63,9 +63,9 @@ isolated *virtual environment*. - Open your project folder in VS Code. - If you created your project using the *LEGO® MINDSTORMS® EV3 MicroPython* - extension, you will need to edit the `.vscode/settings.json` file and change - `"python.languageServer": "None"` to `"python.languageServer": "Pylance"` - and save the file, otherwise skip this step. + extension, you will need to edit the `.vscode/settings.json` file and + remove the `"python.languageServer": "None"` line and save the file, otherwise + skip this step. - Use F1 or CTRL+SHIFT+P (++P on macOS) to open the command palette in VS Code.