Web IDE Access
You will use Visual Studio Code (VS Code) based on Red Hat OpenShift Dev Spaces. Changes to files are auto-saved every few seconds, so you don’t need to explicitly save changes.
-
Launch a new Red Hat OpenShift Dev Spaces instance then click the Log in with OpenShift button:
-
Login using user ID and password as {user} / {password}
-
Click on the Allow selected permissions button when prompted
-
The next page will display progess as devspaces is Starting workspace quarkus-workshop. It takes about 60 seconds to finish the process.
-
When prompted with Do you trust the authors of this repository? popup, select
Do not ask again for other repositoriesto continue using your workspace. -
In a few seconds, you will have access to your own web-based IDE
Explore the IDE
This workshop’s IDE is based on Eclipse Che (which is in turn based on MicroSoft VS Code editor).
-
Explore the icons on the left for navigating between project explorer, search, version control (e.g. Git), debugging, and other plugins. You’ll use these during the course of this workshop. Feel free to select them and see what they do:
If things get weird or your browser appears, you can simply reload the browser tab to refresh the view. -
Many features of VS Code are accessed via Command Palette. You can see a few of the tutorials on the Get Started page (e.g. Login/Provision OpenShift Cluster, Create Component from Devfile registries webview, and others).
| If you ever need to run commands that you don’t see in a menu, you can press F1 to open the command window, or the more traditional Control+SHIFT+P (or Command+SHIFT+P on macOS). |
-
Keep this browser tab open throughout the course of this workshop.
Ready? Let’s go!






