Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you "fork" a VS Code extension or make extensions work together?

I recently found out that VS Code has a beautiful Hex Editor extension made by Microsoft, but the problem is that it doesn't support adding tags / markers to HEX, which is a pretty common feature for such tools, and my workflow relies on using it. I haven't really found any info on this in the docs, but maybe I am just not that good at searching.

So my question is: is there a way to either make my own "fork" of the Microsoft extension or make a separate extension that adds the aforementioned feature to the editor provided by it?

like image 483
Igor Gunin Avatar asked Oct 27 '25 03:10

Igor Gunin


1 Answers

Here is the Github repository for the extension. You can fork it like any open source project.

To edit the extension, you will need to install Node.js and npm on your computer, then run npm i and npm run watch from the root of the project.

Once you are done, you can do vsce package to package the extension and use it with VSCode.

Note that this extension is open source, meaning you can open a pull-request if you think other people might benefit from them.

like image 102
Charles Avatar answered Oct 31 '25 10:10

Charles



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!