Skip to content

Commit bc03d61

Browse files
committed
fix: use schema v1.0.1 to support JSON suggestions (see PR #33)
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
1 parent a459962 commit bc03d61

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"*.yml",
2525
"*.yaml"
2626
],
27-
"url": "https://serverlessworkflow.io/schemas/1.0.0/workflow.json"
27+
"url": "https://serverlessworkflow.io/schemas/1.0.1/workflow.json"
2828
}
2929
],
3030
"commands": [
@@ -107,7 +107,7 @@
107107
"editor.quickSuggestions.strings": true
108108
},
109109
"yaml.schemas": {
110-
"https://serverlessworkflow.io/schemas/1.0.0/workflow.json": ["*.yml", "*.yaml"]
110+
"https://serverlessworkflow.io/schemas/1.0.1/workflow.json": ["*.yml", "*.yaml"]
111111
}
112112
}
113113
},

0 commit comments

Comments
 (0)