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
Find in the extension directory ~/.vscode/extensions/alefragnani.bookmarks-11.4.0 these subdirectories: vscode-bookmarks-core and vscode-whats-new. Each of these contain files named ".git". In the first one, that is all that is in the directory.
These files are messing up my application that backs up git working directories, because these look like they might be. I can't imagine what use these files are.
The text was updated successfully, but these errors were encountered:
These .git files appears to be from the git submodules that the extension uses. It appears the tool used to build/package extensions (vsce) doesn’t support git submodules.
I’ll take a look if this could be added to the tool, or if the extension itself must ignore those files.
Thanks for reporting
alefragnani
changed the title
[BUG] - some trash in the installation - .git files
[FEATURE] - remove additional files (from git submodules) while packaging the extension
Nov 25, 2020
On Thu, Nov 26, 2020 at 6:33 PM Alessandro Fragnani < ***@***.***> wrote:
The VS Code team already updated vsce to ignore git submodule related
files. It will be available in upcoming November release.
Update the extension after that
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#355 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMV23K3A77HOLQV76WTA4PTSR3XVDANCNFSM4T4C4GFA>
.
Steps to reproduce
The text was updated successfully, but these errors were encountered: