Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tutorials/dev/tools/vscode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <kbd>F1</kbd> or <kbd>CTRL</kbd>+<kbd>SHIFT</kbd>+<kbd>P</kbd>
(<kbd>⌘</kbd>+<kbd>⇧</kbd>+<kbd>P</kbd> on macOS) to open the command palette
in VS Code.
Expand Down