We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbcdcd4 commit 78fa4cbCopy full SHA for 78fa4cb
packages/apidom-ls/src/config/openapi/link/completion.ts
@@ -100,7 +100,7 @@ const completion: ApidomCompletionItem[] = [
100
label: 'requestBody',
101
insertText: 'requestBody',
102
kind: 14,
103
- format: CompletionFormat.QUOTED,
+ format: CompletionFormat.OBJECT,
104
type: CompletionType.PROPERTY,
105
insertTextFormat: 2,
106
documentation: {
@@ -119,7 +119,7 @@ const completion: ApidomCompletionItem[] = [
119
120
121
122
123
124
125
0 commit comments