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 f36e38a commit 86a78f0Copy full SHA for 86a78f0
CHANGELOG.md
@@ -25,5 +25,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
25
### Fixed
26
- Fix intrinsic functions docs not loading
27
28
+## [0.4.6] - 2017-07-04
29
+### Added
30
+- Add support for user configuration settings
31
+
32
33
README.md
@@ -8,6 +8,7 @@ This extension provides support for the Fortran programming language. It include
8
* Code Snippets
9
* Documentation on hover for intrisic functions
10
* Code linting based on `gfortran` to show errors swiggles in your code
11
12
## Settings
13
14
You can control the include paths to be used by the linter with the `fortran.includePaths` setting.
0 commit comments