We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
node:
I want to exclude all imports from node: protocol, I try following but not work:
"tsEssentialPlugins.suggestions.ignoreAutoImports": [ "console", "path/*", "node:*", "node:*/*", "@mui/icons-material" ],