You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is still a bit of a prototype, but I'll give it my best shot at an install guide.
You need to have Java and maven installed, I suggest using sdkman.io
You need to have a bash shell available. If your on Windows I suggest cygwin or git bash
From the root of the project run "mvn clean install"
run your OS specific link script. For example, on Windows I run "./scripts/link_windows"
Edit "./vscode/src/extention.ts" and replace line 40 with the path to your launcher script (this was built in step 3)
You can actually run this plugin from vscode by pressing F5 (I think) or you can use vsce to install the extension vsce package -o build.vsix;code --install-extension build.vsix
How do I install this VScode extension?
The text was updated successfully, but these errors were encountered: