Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testcases using YAML #47

Merged
merged 10 commits into from Aug 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .vscode/catalog.xml

This file was deleted.

2 changes: 1 addition & 1 deletion .vscode/extensions.json
Expand Up @@ -8,7 +8,7 @@
"forivall.abnf",
"hbenl.vscode-mocha-test-adapter",
"hbenl.vscode-test-explorer",
"redhat.vscode-xml"
"redhat.vscode-yaml"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
Expand Down
4 changes: 3 additions & 1 deletion .vscode/settings.json
Expand Up @@ -10,5 +10,7 @@
"files.associations": {
"*.txt": "abnf"
},
"xml.catalogs": ["./.vscode/catalog.xml"]
"yaml.schemas": {
"./lib/testsuite.schema.json": "abnf/*.yaml"
}
}