File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Added
11
11
12
+ - Added support for schema validation of ` fpm.toml ` files.
12
13
- Added local path resolution for ` fortls ` , ` findent ` and ` fprettify ` executables
13
14
([ #667 ] ( https://github.com/fortran-lang/vscode-fortran-support/issues/667 ) )
14
15
- Added support for variable resolution in ` fortls `
Original file line number Diff line number Diff line change 110
110
}
111
111
}
112
112
],
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
+ ],
113
119
"grammars" : [
114
120
{
115
121
"language" : " FortranFreeForm" ,
You can’t perform that action at this time.
0 commit comments