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
vsce@2.23.0 seems like it can no longer package remote tunnels (build pipeline)
npx @vscode/vsce@2.22.0 package works, but npx @vscode/vsce@2.23.0 package fails, stating:
ERROR Extension entrypoint(s) missing. Make sure these files exist and aren't ignored by '.vscodeignore':
extension/dist/node/extension.js,
extension/dist/web/extension.js
However, those files do exist and aren't ignored. vsce is being run within one package in an npm workspace. This can also be reproduced locally, though note that you need to authenticate with the devdiv npm feed to successfully npm install.
The text was updated successfully, but these errors were encountered:
connor4312
changed the title
vsce 2.23.0 says files that exist aren't found
vsce 2.23.0 incorrectly reports missing entrypoints
Feb 22, 2024
I'm really not sure how this was ever working before, since npm workspaces were never fully supported: #580
Also, it would be great to have good steps to repro this on a local machine. My best attempt got me to that error. But got me this error as well when I use 2.22.0:
joaomoreno
added
bug
Issue identified by VS Code Team member as probable bug
and removed
info-needed
Issue requires more information from poster
labels
Feb 23, 2024
vsce@2.23.0 seems like it can no longer package remote tunnels (build pipeline)
npx @vscode/vsce@2.22.0 package
works, butnpx @vscode/vsce@2.23.0 package
fails, stating:However, those files do exist and aren't ignored. vsce is being run within one package in an npm workspace. This can also be reproduced locally, though note that you need to authenticate with the devdiv npm feed to successfully
npm install
.The text was updated successfully, but these errors were encountered: