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
ERROR The following include patterns in the "files" property in package.json do not match any files packaged in the extension:
- D:/dev/vscode_ext/modules/!assets/*.psd
Remove any include pattern which is not needed.
and this in .vscodeignore:
# Ignore everything by default
*
*/**
# Then explicitly include what you want
!dist/**/*.js
!assets/**
!LICENSE.txt
!README.md
!package.json
# Exclude specific files
assets/icon.psd
**/*.psd
**/*.PSD
Which gave no errors, but included the psds anyway.
I'm assuming this is a bug, but if I'm just doing this wrong, apologies!
Adrian Stephens
The text was updated successfully, but these errors were encountered:
vsce version 3.1.1
I'm trying to skip photoshop source images in my assets directory.
I've tried this in package.json:
which gave:
and this in .vscodeignore:
Which gave no errors, but included the psds anyway.
I'm assuming this is a bug, but if I'm just doing this wrong, apologies!
Adrian Stephens
The text was updated successfully, but these errors were encountered: