From 0384f4dffe5164665a90697e58ff6713a188b96f Mon Sep 17 00:00:00 2001 From: kai-morich Date: Sat, 22 Apr 2023 20:36:50 +0200 Subject: [PATCH 1/2] use default python.languageServer --- tutorials/dev/tools/vscode/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/dev/tools/vscode/index.md b/tutorials/dev/tools/vscode/index.md index dc647e2b..d3159f6a 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 remove 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. From ed3096df89b93d6c35e80348dff444794e334b65 Mon Sep 17 00:00:00 2001 From: kai-morich Date: Sat, 22 Apr 2023 20:51:55 +0200 Subject: [PATCH 2/2] typo --- tutorials/dev/tools/vscode/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/dev/tools/vscode/index.md b/tutorials/dev/tools/vscode/index.md index d3159f6a..f846f4ff 100644 --- a/tutorials/dev/tools/vscode/index.md +++ b/tutorials/dev/tools/vscode/index.md @@ -63,7 +63,7 @@ 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 remove edit the `.vscode/settings.json` file and + 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