lock-file-vscode-pluginAllow you to set which files cannot be modified, renamed and deleted. Let's say you use some extensions like chatgpt, they might delete/rename/modify files you don't want to change, this extension helps you out. Features
RequirementsNo. Usage
When you remove/modify/rename a file and its filesystem path matches regexp you have set (in this example, "test\.txt"), this file will be protected, you're failed to remove/modify/rename it. Extension SettingsThis extension contributes the following settings:
Known IssuesIt doesn't work with directory, in other words, if you remove/rename directory, no protection. This is caused by vscode internal design, it doesn't report any delete event when remove directory. Release Notes0.0.1Initial release |