You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to install packages from git that are not in the root of the repo. For example like the packages in the core repo.
I found some instructions on how to do that here.
Example for the settings-view package:
git clone --depth 1 --filter=blob:none --sparse https://github.com/pulsar-edit/pulsar
cd pulsar
git sparse-checkout set packages/settings-view
cd packages/settings-view
Enter your response below:
It would allow the installation of packages that have been moved into the core repo directly from git.
Any alternatives?
Do the installation manually. It would be possible but for example updating would not work.
Other examples:
No response
The text was updated successfully, but these errors were encountered:
Have you checked for existing feature requests?
Summary
It would be nice to be able to install packages from git that are not in the root of the repo. For example like the packages in the core repo.
I found some instructions on how to do that here.
Example for the settings-view package:
Enter your response below:
It would allow the installation of packages that have been moved into the core repo directly from git.
Any alternatives?
Do the installation manually. It would be possible but for example updating would not work.
Other examples:
No response
The text was updated successfully, but these errors were encountered: