Skip to content

VS Code

Editors

VS Code

Keeps the vendor folder quiet in VS Code without removing it from the project.
Detected From
.vscode/settings.json.
Writes
files.exclude, files.watcherExclude, search.exclude, Material Icon Theme folder association, and JavaScript or TypeScript auto-import exclude patterns when those languages are detected.
Visibility
The files remain on disk and available to agents, TypeScript, and normal git operations.

When To Use It

Use this when VS Code is the main workspace editor and vendored code should not dominate search, file watching, or auto-import suggestions.

Workflow

Run ingraft doctor to inspect the current status, then run ingraft refresh after adding or updating vendored source. Refresh only writes supported files when the tool is actually detected in the repository.