microsoft / vscode-typescript-tslint-plugin

VS Code extension that provides TSLint support using the typescript-tslint-plugin
https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin
MIT License
188 stars 35 forks source link

Looks like the extension locks some files. Impossible to delete the node_modules folder. #79

Closed kevinbeaudoin closed 5 years ago

kevinbeaudoin commented 5 years ago

We've recently moved from the old TSLint extion to the official one since the one we were using is now deprecated. Since we've moved to the new one, we're facing issue were we cannot delete our node_modules folder when the extension is active. Deleting the folder takes a lot of time and returns an error indicating that files in the @types folder can't be deleted. If we disable the extension and reload vscode we can then delete without any issue.

mjbvz commented 5 years ago

This sounds like https://github.com/Microsoft/TypeScript/issues/29407

Are you sure you only hit this when using this extension?

mjbvz commented 5 years ago

Closing as upstream issue