rokucommunity / vscode-brightscript-language

A Visual Studio Code extension for Roku's BrightScript language
MIT License
104 stars 41 forks source link

Delete button in FS view #552

Closed iBicha closed 4 months ago

iBicha commented 4 months ago

fs-delete

iBicha commented 4 months ago

A weird thing is that files under common: return permissions rw. So the delete button is there but won't work because we don't have permissions to delete the files. Perhaps this kind of filtering should be based on the returned permissions + hardcoded exceptions (like common:). But it's also a very minor thing, I don't think anyone would be confused why common: files are not being deleted.