Skip to content

Instantly share code, notes, and snippets.

@evacchi
Last active February 11, 2020 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evacchi/3dd0d9671976cd6bc5b74c54a8cb5733 to your computer and use it in GitHub Desktop.
Save evacchi/3dd0d9671976cd6bc5b74c54a8cb5733 to your computer and use it in GitHub Desktop.
Install Kogito Extension
#!/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