Last active
February 11, 2020 08:29
-
-
Save evacchi/3dd0d9671976cd6bc5b74c54a8cb5733 to your computer and use it in GitHub Desktop.
Install Kogito Extension
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
curl -L https://github.com/kiegroup/kogito-tooling/releases/download/0.2.7/kiegroup_kogito_vscode_extension_0.2.7.vsix -o kogito.vsix | |
code --install-extension kogito.vsix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment