microsoft / vscode-makecode

A vscode.dev compatible extension for Microsoft MakeCode
MIT License
35 stars 6 forks source link

lock or hide .g.ts / .g.jres files #105

Open jwunderl opened 1 year ago

jwunderl commented 1 year ago

it's a bit confusing that these files show up as editable (we do say 'don't edit' but still not ideal). Live share has files marked as read only when you initiate a read-only session:

image image

I see a few threads on this; an issue requesting this capability https://github.com/microsoft/vscode/issues/4873 and a few PRs that would allow the ability with a settings option or the filesystem

abchatra commented 1 year ago

Good idea