Fix setting ids (#181461)

This commit is contained in:
Matt Bierner 2023-05-03 16:36:06 -07:00 committed by GitHub
parent 70dcd62d39
commit 03d10051e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4830,12 +4830,12 @@ class EditorPasteAs extends BaseEditorOption<EditorOption.pasteAs, IPasteAsOptio
super(
EditorOption.pasteAs, 'pasteAs', defaults,
{
'editor.PasteAs.enabled': {
'editor.pasteAs.enabled': {
type: 'boolean',
default: defaults.enabled,
markdownDescription: nls.localize('pasteAs.enabled', "Controls whether you can paste content in different ways."),
},
'editor.PasteAs.showPasteSelector': {
'editor.pasteAs.showPasteSelector': {
type: 'string',
markdownDescription: nls.localize('pasteAs.showPasteSelector', "Controls if a widget is shown when pasting content in to the editor. This widget lets you control how the file is pasted."),
enum: [