From c0369f13352d1c9b1c6f4251d80bb745979306cf Mon Sep 17 00:00:00 2001 From: James Pogran Date: Wed, 29 Sep 2021 10:37:41 -0400 Subject: [PATCH] Enable Prefill Required Attributes setting 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. --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index df5abdae5..ca88ab310 100644 --- a/package.json +++ b/package.json @@ -184,6 +184,11 @@ "scope": "resource", "type": "boolean", "default": false + }, + "prefillRequiredFields": { + "scope": "resource", + "type": "boolean", + "default": false } } }