How Do I Recover My Extension After Deleting the Project?

Even after deleting a project, you can still recover your deployed extension's source files so that you can work with it again in VB Studio. To do this, you import your extension's source files into a new VB Studio project from the environment where it's currently deployed. You can pick both the extension version to import, as well as the environment to import from.

Before you begin, you'll need the deployed extension's extension ID and version.
  1. On VB Studio's Organization page, create a new project.
  2. On the Environments page, create an environment and add an Oracle Cloud Applications instance.
  3. On the Workspaces page, click Import > Import from Oracle Cloud Applications.
  4. In the Import from Oracle Cloud Applications dialog, enter a name for the new workspace and select the Development Environment where your extension is currently deployed. (If only one environment is available, it's automatically selected for you.)
  5. Select the extension ID and version of the extension you want to import.
  6. Enter names for both the repository and branch you want to use.
  7. Click Import.
    The deployed extension's source files are imported into VB Studio. You'll see the extension in the Designer, and you can start working from there.