VSCode Plugin Built From Source Tutorial #3310
Unanswered
fairbanksscales-dev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Purpose
Aid in newcomers being able to contribute and trouble shoot on VSCode platform. Be a starting point for new developers to learn about how plugins are built for VSCode.
Build the Project
When I went to try to build the project from source and use only the dependencies listed in the wiki for building from source I ran into some missing dependencies. For me on Debian bookworm I needed libunwind-dev and libbfd-dev to get it to successfully build. There might be other dependencies need depending on distro and package manager.
Making VSCode Plugin For Local Testing
This part I haven't tried yet so it might be as simple as a few links I read up on the process make is seem but would be nice to have someone that knows document it fully.
Links
Beta Was this translation helpful? Give feedback.
All reactions