From 7c1ec1a12e289ddb38c17f9e020fd22f2b51dde5 Mon Sep 17 00:00:00 2001 From: Anthony Martin <38542602+anthony-c-martin@users.noreply.github.com> Date: Fri, 23 Aug 2024 17:43:48 -0400 Subject: [PATCH] Relax bicepconfig.json validation for extensions, to allow file paths (#14873) Closes #14863 ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/14873) --- src/vscode-bicep/schemas/bicepconfig.schema.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/vscode-bicep/schemas/bicepconfig.schema.json b/src/vscode-bicep/schemas/bicepconfig.schema.json index 40dd10f190e..3f9a92832ea 100644 --- a/src/vscode-bicep/schemas/bicepconfig.schema.json +++ b/src/vscode-bicep/schemas/bicepconfig.schema.json @@ -142,8 +142,7 @@ } }, "extensionConfig": { - "type": "string", - "pattern": "^(builtin:|br:.*)$" + "type": "string" }, "builtInConfig": { "type": "object",