Print warning when .vsceignore is missing or misconfigured #1000
Labels
feature-request
Request for new features or functionality
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
@timheuer makes some good points
"Without knowledge that you should be using
.vscodeignore
(maybe I'm not using vscode), nor tooling that creates that for me, nor warnings or anything,vsce
is packaging whatever is in the folder where I run the command. docs, tests, pipelines, etc. -- transparency is one thing (the issue I saw that's a start), how can we strive for better.
I personally hit this a few times (and even our C# Dev Kit in initial releases) that probably should be better tooling."
The open question is how to detect this case. Should we warn when
.vscodeignore
is not there. So that the user has to at least confirm the publish. Or can we see if.vscodeignore
still has the default value. We do the same when looking at thereadme.md
The text was updated successfully, but these errors were encountered: