Skip to content

Commit 1dc3325

Browse files
committed
readonly - settings 💄
1 parent 65e4d3b commit 1dc3325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/files/browser/files.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ configurationRegistry.registerConfiguration({
287287
'.*': { 'type': 'boolean' }
288288
},
289289
'default': {},
290-
'markdownDescription': nls.localize('filesReadonlyInclude', "Configure paths or [glob patterns](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options) to mark as read-only. You can exclude matching paths via the `#files.readonlyExclude#` setting."),
290+
'markdownDescription': nls.localize('filesReadonlyInclude', "Configure paths or [glob patterns](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options) to mark as read-only. You can exclude matching paths via the `#files.readonlyExclude#` setting. Files from readonly file system providers will always be read-only independent of this setting."),
291291
'scope': ConfigurationScope.RESOURCE
292292
},
293293
[FILES_READONLY_EXCLUDE_CONFIG]: {

0 commit comments

Comments
 (0)