Skip to content
| Marketplace
Sign in
Visual Studio Code>Education>Clean Workspace (No More .vscode)New to Visual Studio Code? Get it now.
Clean Workspace (No More .vscode)

Clean Workspace (No More .vscode)

Just Loerei

|
4 installs
| (0) | Free
Keep your workspace 100% clean. Redirects compiled binaries & build artifacts away from project folders.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🧹 No More .vscode (Clean Workspace & Binary Isolator)

🎓 Built specifically for CS Learners, Students, & Educators. Say goodbye to .vscode folder clutter and stray .exe files in your project directory.

VS Code Marketplace Version License


🧼 Why No More .vscode?

When learning C, C++, Rust, Go, or Java, VS Code often litters your project directories with:

  • .vscode/tasks.json & .vscode/launch.json
  • Compiled binary files (.exe, .o, .out) sitting right next to your clean source code files.

No More .vscode automatically isolates all compiled binaries to a single global build directory (C:\VscodeBuilds) and cleans up stray executables automatically!


🔥 Key Features

  • 🛡️ Global Binary Output: All C, C++, C#, Rust binaries are built in C:\VscodeBuilds exclusively.
  • 🧹 Local Clutter Cleanup: Automatically removes local executables and unwanted .vscode folders from project root.
  • ✨ Clean Repositories: Your Git status stays pristine without needing heavy .gitignore rules for binaries.

📦 Part of the F5 Anything Suite

This extension is part of the F5 Anything Suite, designed to make VS Code friction-free for Computer Science learners:

  • F5 Anything: Press F5 to build & run any code file instantly.
  • Easy Binary: Auto-install missing compilers (GCC, Python, JDK, Go) via Winget.
  • F5 Anything Suite: Install the complete zero-config package in 1 click!

📄 License

MIT License © loerei

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