diff --git a/source/_images/existingproject.png b/source/_images/existingproject.png new file mode 100644 index 0000000..e04f2d9 Binary files /dev/null and b/source/_images/existingproject.png differ diff --git a/source/_images/existingproject.svg b/source/_images/existingproject.svg new file mode 100644 index 0000000..9a9325b --- /dev/null +++ b/source/_images/existingproject.svg @@ -0,0 +1,249 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + Open a previouslycreated project + + 2 + + + + File + + 1 + + + + + + Open a recentlyused project + diff --git a/source/startrun.rst b/source/startrun.rst index 6800153..7d96089 100644 --- a/source/startrun.rst +++ b/source/startrun.rst @@ -47,7 +47,19 @@ If you are new to MicroPython programming, we recommend that you keep the existi Opening the default *main.py* program. +Opening an existing project +----------------------------------------------------------- +To open a project you created previously, click *File* and click *Open Folder*, as shown in :numref:`fig_existingproject`. Next, navigate to your previously created project folder and click *OK*. You can also open your recently used projects using the *Open Recent* menu option. + +.. _fig_existingproject: + +.. figure:: images/existingproject.png + :width: 75 % + :alt: existingproject + :align: center + + Opening a previously created project. Connecting to the EV3 Brick with Visual Studio Code -----------------------------------------------------------