"No inputs were found in config file", when looking at some files within node_modules #61060
Labels
Help Wanted
You can do this
Possible Improvement
The current behavior isn't wrong, but it's possible to see that it might be better in some cases
Milestone
Does this issue occur when all extensions are disabled?: Yes
When a node_module bundles in a tsconfig file I'll end up getting this error. Most packages do not do this, it makes sense, the tsconfig is really just for builds. BUT occasionally they do bundle it, and when that happens obviously sources can not be found. I'll contact the offending package, but a built in solution would be nice as well since this is a frequent problem - this happens multiple times per year for me.
Example repo: https://github.com/deca-inc/vscode-repro-issue-238768
Steps to Reproduce:
Outcome: A "Problem" appears under the Problem tab. There's no way to make this problem go away unless you close the files and close vscode completely.
Possible solutions:
The text was updated successfully, but these errors were encountered: