alefragnani / vscode-bookmarks

Bookmarks Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks
GNU General Public License v3.0
1.7k stars 163 forks source link

[BUG/QUESTION] - Repository 'vscode-bookmarks-core' not found. #379

Closed drizbit closed 3 years ago

drizbit commented 3 years ago

Environment/version

Description It appears that the vscode-bookmarks-core repo/submodule you use has been made private or removed, and thus this extension cannot be properly build in a development environment.

I found reference here that you are currently refactoring this repo. However, would it still be possible to keep this repo public while you are performing the refactor, so public contributions can continue?

Steps to reproduce

$ git clone https://github.com/alefragnani/vscode-bookmarks.git
$ cd vscode-bookmarks
$ git submodule init
$ git submodule update
alefragnani commented 3 years ago

Hi @drizbit ,

Thank you for your interest, but I’ll keep it close until the refactoring is finished.

elesbb commented 1 year ago

Hi @drizbit ,

Thank you for your interest, but I’ll keep it close until the refactoring is finished.

It's been 2 years and its still closed.. any chance in opening it up? I tried to make changes to solve my issue here: #595 But I can't test it cause I can't build it..

vino4all commented 6 months ago

@alefragnani do you have any plans to open the vscode-bookmarks-core submodule?