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.
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.
Please follow the steps below to build WSO2 EI Tooling VSCode from source code.
-
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
-
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
WSO2 EI Tooling VSCode is licensed under Apache license 2.0.
(c) 2019, WSO2 Inc. All Rights Reserved.