Closed DarkTrick closed 3 years ago
Hi @DarkTrick ,
This repo is a Git submodule, so you must run the commands git provides to initialize them, after you cloned extension which uses this submodule.
It seems you tried to build the Separators extension. This extension (just like all my other extension) has no special step, other than those described in VS Code documentation/samples.
To sum up, after you cloned the Separators extension, you just have to run two additional commands:
git submodule init
git submodule update
Doing so, this What’s New submodule will be available on your file system.
Hope this helps
Feature Request:
Could you add detailed information on how to work on the extension?
My first hurdle was to figure out, that
git clone
wouldn't clone thewhats-new
section. And even after that I couldn't get it to runBackground / Details:
In regard of this issue, I thought, I'd look into your code base. But I have troubles debugging your extension. Apparently it has troubles finding the what's new section.