Format files for 3.6

Fixes #80118
This commit is contained in:
Matt Bierner
2019-08-30 22:37:06 -06:00
parent cf446b9233
commit 7a00ddf9f8
43 changed files with 979 additions and 979 deletions

View File

@@ -134,10 +134,10 @@ export class PreviewSecuritySelector {
description: localize('toggleSecurityWarning.description', 'Does not affect the content security level')
},
], {
placeHolder: localize(
'preview.showPreviewSecuritySelector.title',
'Select security settings for Markdown previews in this workspace'),
});
placeHolder: localize(
'preview.showPreviewSecuritySelector.title',
'Select security settings for Markdown previews in this workspace'),
});
if (!selection) {
return;
}