Skip to content

RukshanFdo/ei-tooling-vscode

 
 

Repository files navigation

WSO2 EI Tooling VSCode

WSO2 EI Tooling VSCode is an open source and lightweight Visual Studio Code extension that provides VSCode-based development environment for EI projects and artifact creation.

Contributing

If you are planning on contributing to the development efforts of WSO2 EI Tooling VSCode, you can do that by checking out the latest development version. The master branch holds the latest unreleased source code.

Building from the source

Prerequisites

Please follow the steps below to build WSO2 EI Tooling VSCode from source code.

  1. Clone this repository using the following command:

     git clone --recursive https://github.com/wso2/ei-tooling-vscode.git

    If you download the sources, you need to update the git submodules using the following command.

    cd ei-tooling-vscode
    git submodule update --init --recursive
  2. Build project with maven using the following command:

    mvn clean install -Dmaven.test.skip=true

After a successful build, generated VSIX file can be found at ei-tooling-vscode/vscode-plugin/wso2ei-<version>.vsix.

If you do changes only in the ei-tooling-vscode/vscode-plugin/ package, you can create the VSIX file by running the following command in the extension root folder (ei-tooling-vscode/vscode-plugin/):

vsce-package

License

WSO2 EI Tooling VSCode is licensed under Apache license 2.0.

Copyright

(c) 2019, WSO2 Inc. All Rights Reserved.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.4%
  • Java 27.6%