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
-
Open the Extensions view (Ctrl+Shift+X) from the activity bar of Visual Studio Code.
-
Click the overflow button available on the upper-right of the extension view.
-
Select Install from VSIX from the bottom of the overflow menu.
-
Browse to the location of the
.vsix
file and select Install to complete the installation.
After Installing the Extension
- Procedure
-
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.
-
Go to File and enable the Auto-save option.
-
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
-
Open the Extensions view (Ctrl+Shift+X) from the activity bar of Visual Studio Code.
-
Under the INSTALLED dropdown menu, click the extension you want to uninstall.
-
Click Uninstall on the Extension Detail page.