File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tutorials/dev/tools/vscode Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments