Skip to content

Show where to select a language for XRP and Romi Reference examples #3012

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion source/docs/romi-robot/programming-romi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ Bring up the Visual Studio Code command palette with :kbd:`Ctrl+Shift+P`, and ty

This will bring up the "New Project Creator Window". From here, click on "Select a project type (Example or Template), and pick "Example" from the prompt that appears:

.. image:: images/programming-romi/romi-vscode-select-example.png
.. image:: images/programming-romi/vscode-select-example.png

Select the programming language you want to use:

.. image:: images/programming-romi/vscode-select-language.png

Next, a list of examples will appear. Scroll through the list to find the "RomiReference" example:

Expand Down
Binary file not shown.
6 changes: 5 additions & 1 deletion source/docs/xrp-robot/programming-xrp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ Bring up the Visual Studio Code command palette with :kbd:`Ctrl+Shift+P`, and ty

This will bring up the "New Project Creator Window". From here, click on "Select a project type (Example or Template)", and pick "Example" from the prompt that appears:

.. image:: images/programming-xrp/xrp-vscode-select-example.png
.. image:: /docs/romi-robot/images/programming-romi/vscode-select-example.png

Select the programming language you want to use:

.. image:: /docs/romi-robot/images/programming-romi/vscode-select-language.png

Next, a list of examples will appear. Scroll through the list to find the "XRP Reference" example:

Expand Down