Skip to content

How to ignore auto imports prefix node: #213

Open
@tjx666

Description

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"
    ],

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions