Closed
Description
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
log
🙁 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.