Update 'README.md'

This commit is contained in:
Tanja Sukal 2024-09-12 19:42:45 +00:00
parent 91e5a3a5c9
commit 59d4893e20

View File

@ -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.
<img align="right" src=".README/VSC_ev3_extension.png" width="200">
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. <img align="right" src=".README/VSC_ev3_extension.png" width="200">
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).