From 59d4893e2030f7d88aa5d24700fdcbed91cf0247 Mon Sep 17 00:00:00 2001 From: Tanja Sukal Date: Thu, 12 Sep 2024 19:42:45 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf14560..999da79 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ We chose the operating system _ev3dev_ which makes the Lego robots compatible wi ### Visual Studio Code -VS Code is supporting nearly every major programming language and is very versatile thanks to additional extensions. - -You can download the editor [here](https://code.visualstudio.com/Download). The extension `ev3dev-browser` is specially created for working with devices on which the _ev3dev_ image is booted. You can install it directly inside the extension Browser of VS Code. +VS Code is supporting nearly every major programming language and is very versatile thanks to additional extensions. +You can download the editor [here](https://code.visualstudio.com/Download). +The extension `ev3dev-browser` is specially created for working with devices on which the _ev3dev_ image is booted. You can install it directly inside the extension Browser of VS Code. After installing the extension, you should see the text _EV3DEV DEVICE BROWSER_ at the lower edge of the Explorer. Click on the arrow next to the text and afterward on the appearing text "Click here to connect to a device". In the pop-upped box you can search for your device and by clicking on it, you can connect it. If the connection succeeded, you can see the device in the Explorer with a green dot on the right side. Once your device is connected, you can simply run the opened projects by clicking `F5`. If you want a more precise instruction, visit this [GitHub Repository](https://github.com/ev3dev/vscode-hello-python).