mehyaa / vscode-workspace-storage-cleanup

A cleaner for VSCode workspace storage cache.
MIT License
15 stars 1 forks source link

Error after delete workspace #7

Open sergioortsm opened 1 year ago

sergioortsm commented 1 year ago

Hello !!

After delete storageworkspaces and run the next command (in a project) i have this error!!

gulp serve

Error on console: internal/modules/cjs/loader.js:883 throw err; ^

Error: Cannot find module 'c:/Users/user/AppData/Roaming/Code/User/workspaceStorage/b100eb15727ccf88a63720e40501db45/ms-vscode.js-debug-nightly/bootloader.js' Require stack:

Its a node project (spfx sharepoint webpart)

Regards!

mehyaa commented 13 hours ago

Is this still an issue?

mehyaa commented 13 hours ago

You shouldn't delete an opened workspace's storage if this was something like that. Some VSCode extensions uses that storage for their workspace related data.