Skip to content

Commit

Permalink
Enable Prefill Required Attributes setting
Browse files Browse the repository at this point in the history
This adds a new experimental setting for prefilling required attributes as blocks are completed from intellisense. For example, completing a resource provider will fill in the required attributes automatically.
  • Loading branch information
jpogran committed Oct 6, 2021
1 parent 99356fe commit c0369f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@
"scope": "resource",
"type": "boolean",
"default": false
},
"prefillRequiredFields": {
"scope": "resource",
"type": "boolean",
"default": false
}
}
}
Expand Down

0 comments on commit c0369f1

Please sign in to comment.