Installing the Extension

You can install Flogo® Extension for Visual Studio Code (VS Code) using the following ways:

  • Command Line Interface

  • Visual Studio Code Graphical User Interface

Before you Begin

  • Familiarity with Visual Studio Code

  • Familiarity with TIBCO Flogo®

  • Familiarity with TIBCO® Control Plane

  • Familiarity with TIBCO Cloud™ Integration

Installing through the CLI

Use the following command:

code --install-extension <filename>.vsix

Installing through the Visual Studio Code GUI

    Procedure
  1. Open the Extensions view (Ctrl+Shift+X) from the activity bar of Visual Studio Code.

  2. Click the overflow button available on the upper-right of the extension view.

  3. Select Install from VSIX from the bottom of the overflow menu.

  4. Browse to the location of the .vsix file and select Install to complete the installation.

After Installing the Extension

    Procedure
  1. Before creating a Flogo application, you must create a new workspace. For more information, see the "Creating a Flogo App section" in the TIBCO Flogo® Extension for Visual Studio Code user guide.

  2. Go to File and enable the Auto-save option.

  3. Install go version=go1.20.12 or above to build and run Flogo apps locally. For more information, see "Building the App locally" section in the TIBCO Flogo® Extension for Visual Studio Code user guide.

    Note: Some Flogo Connectors require local driver installation. For more information, see the "Prerequisites for Connectors" section in the TIBCO Flogo® Extension for Visual Studio Code user guide.

Uninstalling the Extension

    Procedure
  1. Open the Extensions view (Ctrl+Shift+X) from the activity bar of Visual Studio Code.

  2. Under the INSTALLED dropdown menu, click the extension you want to uninstall.

  3. Click Uninstall on the Extension Detail page.