Safe to Delete

VS Code Workspace Storage (%AppData%\Code\User\workspaceStorage)

Quick Answer: workspaceStorage caches extension state, search indexes, and language server caches for past coding projects. Deleting it is safe.

Bottom Line: It is 100% safe to delete workspaceStorage. VS Code uses this directory to cache workspace extension state and language server indexes for every project folder ever opened.


What is workspaceStorage?

Located at %AppData%\Code\User\workspaceStorage (or ~/.config/Code/User/workspaceStorage), VS Code creates a unique hash folder for every project workspace.


Can You Delete workspaceStorage?

✅ Yes, safe to delete.

  • Source Code Safe: Your project source code files (.js, .py, .rs) are 100% safe. VS Code will re-index workspaces as you open them.

How to Clean Up workspaceStorage

rmdir /s /q "%AppData%\Code\User\workspaceStorage"

Discussion

Loading authentication...

Related in productivity

Bitwarden Desktop Session Cache (%AppData%\Bitwarden\Cache)

Bitwarden Desktop caches GUI rendering bytes and vault state icons. Clearing cache is safe.

Safe to Delete

Postman API Client Cache (%AppData%\Postman\Partitions)

Postman caches HTTP request responses, workspace logs, and Electron partition data. Clearing Postman cache is safe.

Safe to Delete

Sublime Text Editor Syntax Cache (%AppData%\Sublime Text\Cache)

Sublime Text caches compiled syntax definitions and project workspace indexes. Clearing Sublime Text cache is safe.

Safe to Delete
Back to all files