Project titleA VSCode plugin for the minion. MotivationThis VSCode plugin is purposed to help in usage of Minion tool. This project has been created as a course work for Software Project course in University of Oulu. Build statusCode styleES6 ScreenshotsTech/framework usedBuilt with
Features
InstallationNeeded packages can be intalled using
TestsUnit tests can be run using following command
How to use?Open project to VSCode (on project root)
On VSCode, press F5 to start the extension to a extension development host If you get error "Specified task cannot be tracked ...", press F5 again. Now the extension is running and you can start debugging. Open a .rules file to the editor. Add breakpoints if you wish. Then press Debug File button from right top corner of the editor. On debug view, you can continue and stop debugging at any point. DeployingThis extension has been deployed to Visual Studio Marketplace. A automatic deploying stage has been implemented to the CI/CD. In order to update the extension, run following command on your local environment
Then push your changes to git and create merge request. On the merge commit message, start your first line with following in order to run deploy stage on CI
ContributeContributions are always welcome! Please feel free to contribute to the project. CreditsRauli Kaksonen LicenseThis project is licensed under the MIT license. |