Bug Report
🔎 Search Terms
autoImportFileExcludePatterns, console
🕗 Version & Regression Information
At least in 1.79.2
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about autoImportFileExcludePatterns
⏯ Playground Link
N/A this is a VS Code issue
💻 Code
🙁 Actual behavior
When you type log VS Code suggests to import log from console despite it being blocklisted in autoImportFileExcludePatterns. See #54135 (comment)
🙂 Expected behavior
The import is not suggested.
Bug Report
🔎 Search Terms
autoImportFileExcludePatterns, console
🕗 Version & Regression Information
At least in 1.79.2
⏯ Playground Link
N/A this is a VS Code issue
💻 Code
🙁 Actual behavior
When you type
logVS Code suggests to importlogfromconsoledespite it being blocklisted inautoImportFileExcludePatterns. See #54135 (comment)🙂 Expected behavior
The import is not suggested.