Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install? #1

Open
jeffythedragonslayer opened this issue Jan 9, 2023 · 1 comment
Open

How to install? #1

jeffythedragonslayer opened this issue Jan 9, 2023 · 1 comment

Comments

@jeffythedragonslayer
Copy link

How do I install this VScode extension?

@secondsun
Copy link
Owner

Oh wow sorry for missing this for so long.

It is still a bit of a prototype, but I'll give it my best shot at an install guide.

  1. You need to have Java and maven installed, I suggest using sdkman.io
  2. You need to have a bash shell available. If your on Windows I suggest cygwin or git bash
  3. From the root of the project run "mvn clean install"
  4. run your OS specific link script. For example, on Windows I run "./scripts/link_windows"
  5. Edit "./vscode/src/extention.ts" and replace line 40 with the path to your launcher script (this was built in step 3)
  6. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants