Releases: jackpunt/vscode
Releases · jackpunt/vscode
0.0.11
Contains branch files-readonly
- files.readonlyInclude -- globs identify files to mark readonly
- files.readonlyExclude -- override readonlyInclude, file to NOT mark readonly
- files.readonlyPath -- if non-null overrides files.readonlyInclude/Exclude: true | false | 'toggle'
readonlyInclude/Exclude: { [path: string] : boolean }
readonlyPath: { [path: string] : boolean | null | 'toggle' }
This version works with the contemporaneous markReadOnly extension (0.0.11)