Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu committed Jan 12, 2024
1 parent 6b195c7 commit 42be29a
Showing 1 changed file with 32 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,36 @@
"command": "editor.action.triggerSuggest"
}
},
{
"label": "ignore_body_changes",
"labelDetails": {},
"kind": 10,
"detail": "ignore_body_changes (Optional)",
"documentation": {
"kind": "markdown",
"value": "Type: `list<string>` \nA list of properties that should be ignored when comparing the `body` with its current state..\n"
},
"sortText": "0010",
"insertTextFormat": 2,
"insertTextMode": 2,
"textEdit": {
"range": {
"start": {
"line": 2,
"character": 2
},
"end": {
"line": 2,
"character": 2
}
},
"newText": "ignore_body_changes = [$0]"
},
"command": {
"title": "Suggest",
"command": "editor.action.triggerSuggest"
}
},
{
"label": "ignore_casing",
"labelDetails": {},
Expand All @@ -339,7 +369,7 @@
"kind": "markdown",
"value": "Type: `bool` \nWhether ignore incorrect casing returned in `body` to suppress plan-diff. Defaults to `false`.\n"
},
"sortText": "0010",
"sortText": "0011",
"insertTextFormat": 2,
"insertTextMode": 2,
"textEdit": {
Expand Down Expand Up @@ -369,7 +399,7 @@
"kind": "markdown",
"value": "Type: `bool` \nWhether ignore not returned properties like credentials in `body` to suppress plan-diff. Defaults to `false`.\n"
},
"sortText": "0011",
"sortText": "0012",
"insertTextFormat": 2,
"insertTextMode": 2,
"textEdit": {
Expand Down

0 comments on commit 42be29a

Please sign in to comment.