We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8abe7f2 commit 5502b49Copy full SHA for 5502b49
CHANGELOG.md
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
10
### Added
11
12
+- Added support for storing build artefacts in a separate cache directory
13
+ ([#614](https://github.com/fortran-lang/vscode-fortran-support/issues/614))
14
+- Added a naive initialization for Fortran source files present in the workspace.
15
+ The implementation cannot deduce build order so it can partially work
16
+ ([#680](https://github.com/fortran-lang/vscode-fortran-support/issues/680))
17
- Added User Interface tests for program installation
18
- Added option to disable Release Notes from being displayed
19
([#675](https://github.com/fortran-lang/vscode-fortran-support/issues/675))
0 commit comments