afterschoolstudio / Depot

Structured data editor built inside VS Code
Apache License 2.0
186 stars 19 forks source link

Adds setting to make "Allow Schema Editing" OFF when opening file. #44

Closed Vaskivo closed 2 years ago

Vaskivo commented 2 years ago

To prevent some user errors, it is desireable to have the "Allow Schema Editing" set to "off". After some discussion with @kkushtel, it was decided that this could be a setting of the extension.

This development implements that.

Issue #36