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/).
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 `
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments