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
For more context, Calva's .vscodeignore blacklists everything and then whitelists files.
# Put everything on the blacklist by default
*
*/**
**/.DS_Store
*/**/.DS_Store
# Whitelist
!language-configuration.json
!clojure.tmLanguage.json
!assets/**
!out/**
!package.json
!README.md
!CHANGELOG.md
!LICENSE
!clojure-lsp.jar
!deps.clj.jar
!bundled/**
It seems like !out/** would cause extension/out/extension to be included, but maybe I'm missing something? I'm assuming the context of the .vscodeignore is within extension/. Is that correct?
With the Calva extension, version 2.6.0 of vsce causes the following error when running
npx vsce package --githubBranch published
:When I use vsce version 2.5.3, packaging completes successfully.
The text was updated successfully, but these errors were encountered: