Skip to content

Commit

Permalink
Add schema support for conda's meta.yaml (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Nov 27, 2017
1 parent 74bd061 commit e019766
Show file tree
Hide file tree
Showing 2 changed files with 413 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1534,6 +1534,10 @@
{
"fileMatch": "environment.yml",
"url": "./schemas/conda-environment.json"
},
{
"fileMatch": "meta.yaml",
"url": "./schemas/conda-meta.json"
}
],
"yamlValidation": [
Expand All @@ -1544,6 +1548,10 @@
{
"fileMatch": "environment.yml",
"url": "./schemas/conda-environment.json"
},
{
"fileMatch": "meta.yaml",
"url": "./schemas/conda-meta.json"
}
]
},
Expand Down
Loading

0 comments on commit e019766

Please sign in to comment.