What Is a Workspace?

All of your work in VB Studio is done in the context of a workspace, a completely private area where you can work on your extension. Before you can use the Designer to create an App UI or configure an Oracle Cloud Application, you must first select or create a workspace, which defines:

Description of workspacesandrepos.png follows

Description of the illustration workspacesandrepos.png

This figure shows how Sue and Fadi, who both belong to the same project, can have multiple workspaces focused on different extensions. VB Studio projects are usually defined by an administrator, one per discrete software effort. For example, you might have one project for building a bespoke visual application, and another project for all the configurations your team is making to Oracle Cloud Applications. In this figure, notice how each workspace uses separate branch within a clone (the local repo) of the project’s Git repository (the remote repo), periodically using standard Git commands like Commit, Push, and so on to copy updates to the remote repository, like this:

Description of gitcommands.png follows

Description of the illustration gitcommands.png

If you’re not familiar with working in Git, this video will help you learn the basics:

When working within a workspace, keep the following in mind: