Skip to content

Commit 58d66ac

Browse files
authored
tutorials/dev/tools/vscodeuse default python.languageServer (#86)
similar to pybricks-api readme
1 parent 2892440 commit 58d66ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/dev/tools/vscode/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ isolated *virtual environment*.
6363

6464
- Open your project folder in VS Code.
6565
- If you created your project using the *LEGO® MINDSTORMS® EV3 MicroPython*
66-
extension, you will need to edit the `.vscode/settings.json` file and change
67-
`"python.languageServer": "None"` to `"python.languageServer": "Pylance"`
68-
and save the file, otherwise skip this step.
66+
extension, you will need to edit the `.vscode/settings.json` file and
67+
remove the `"python.languageServer": "None"` line and save the file, otherwise
68+
skip this step.
6969
- Use <kbd>F1</kbd> or <kbd>CTRL</kbd>+<kbd>SHIFT</kbd>+<kbd>P</kbd>
7070
(<kbd>⌘</kbd>+<kbd>⇧</kbd>+<kbd>P</kbd> on macOS) to open the command palette
7171
in VS Code.

0 commit comments

Comments
 (0)