Skip to content

Commit

Permalink
Relax bicepconfig.json validation for extensions, to allow file paths (
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-c-martin committed Aug 23, 2024
1 parent e8ae96b commit 7c1ec1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/vscode-bicep/schemas/bicepconfig.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@
}
},
"extensionConfig": {
"type": "string",
"pattern": "^(builtin:|br:.*)$"
"type": "string"
},
"builtInConfig": {
"type": "object",
Expand Down

0 comments on commit 7c1ec1a

Please sign in to comment.