strudel/.vscode/settings.json
2022-09-19 22:26:34 +02:00

9 lines
220 B
JSON

{
"cSpell.words": [
"subspan",
"vals"
],
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///home/felix/projects/strudel/.github/workflows/deploy.yml"
}
}