Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: prevent editing built-in stubs (#1282)
### Summary of Changes Prevent accidental edits to built-in stubs by marking them as read-only by default. Unfortunately, if users specify their own value for the `files.readonlyInclude` setting, our default gets overwritten completely and stubs can be edited again. But it is the best we can do currently. Scoping the setting to a Safe-DS language variant did not work. Stubs were still editable again afterward.
- Loading branch information