Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TidyNew to Visual Studio Code? Get it now.
Tidy

Tidy

hoojiNT

|
2 installs
| (0) | Free
Hide AI agent folders from the VS Code Explorer
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Tidy

Hide AI agent folders from the VS Code Explorer.

Usage

  • Extension hides a set of known AI agent folders by default.
  • You can add more folders to hide via workspace settings.

Settings

Add the following to your workspace .vscode/settings.json:

{
  "tidy.additionalFolders": [
    "kilo",
    ".myagent",
    "custom-agent"
  ]
}

The extension will prefix entries without a leading dot, so kilo becomes .kilo.

Development

Compile and package the extension:

npm run compile
npx @vscode/vsce package

Install locally for testing:

code --install-extension tidy-0.0.1.vsix --force

Publishing

To publish to the VS Code Marketplace you need a Personal Access Token with the right scopes. Then run:

npx @vscode/vsce publish

Set the token in the environment as VSCE_TOKEN or follow vsce's auth instructions.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft