Skip to content

Commit

Permalink
Fix schema validation (#7185)
Browse files Browse the repository at this point in the history
* Fix schema validation

* Also depend on redhat.yaml

* fix typo
  • Loading branch information
joehan authored May 15, 2024
1 parent fec7acb commit 7ea91bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions firebase-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"Other"
],
"extensionDependencies": [
"graphql.vscode-graphql-syntax"
"graphql.vscode-graphql-syntax",
"redhat.vscode-yaml"
],
"activationEvents": [
"onStartupFinished",
Expand Down Expand Up @@ -180,11 +181,11 @@
},
{
"fileMatch": "dataconnect.yaml",
"url": "./schema/dataconnect-yaml.json"
"url": "./dist/schema/dataconnect-yaml.json"
},
{
"fileMatch": "connector.yaml",
"url": "./schema/connector-yaml.json"
"url": "./dist/schema/connector-yaml.json"
}
]
},
Expand Down

0 comments on commit 7ea91bb

Please sign in to comment.