Skip to content

Commit

Permalink
fix(ls): fix OpenAPI Link.requestBody field completion (#2207)
Browse files Browse the repository at this point in the history
Refs beb02b9
Refs #2206
  • Loading branch information
char0n authored Oct 28, 2022
1 parent d8dcda2 commit 9bd013b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/apidom-ls/src/config/openapi/link/completion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const completion: ApidomCompletionItem[] = [
label: 'requestBody',
insertText: 'requestBody',
kind: 14,
format: CompletionFormat.QUOTED,
format: CompletionFormat.OBJECT,
type: CompletionType.PROPERTY,
insertTextFormat: 2,
documentation: {
Expand All @@ -119,7 +119,7 @@ const completion: ApidomCompletionItem[] = [
label: 'requestBody',
insertText: 'requestBody',
kind: 14,
format: CompletionFormat.QUOTED,
format: CompletionFormat.OBJECT,
type: CompletionType.PROPERTY,
insertTextFormat: 2,
documentation: {
Expand Down

0 comments on commit 9bd013b

Please sign in to comment.