Skip to content

Commit 863f32f

Browse files
committed
feat: add fpm.toml schema validation
Fixes #654
1 parent 0ae300a commit 863f32f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Added
1111

12+
- Added support for schema validation of `fpm.toml` files.
1213
- Added local path resolution for `fortls`, `findent` and `fprettify` executables
1314
([#667](https://github.com/fortran-lang/vscode-fortran-support/issues/667))
1415
- Added support for variable resolution in `fortls`

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@
110110
}
111111
}
112112
],
113+
"tomlValidation": [
114+
{
115+
"fileMatch": "fpm.toml",
116+
"url": "https://github.com/fortran-lang/fpm-metadata/releases/download/v0.2.1/fpm-metadata-0.2.1.json"
117+
}
118+
],
113119
"grammars": [
114120
{
115121
"language": "FortranFreeForm",

0 commit comments

Comments
 (0)