File tree Expand file tree Collapse file tree 5 files changed +188
-318
lines changed Expand file tree Collapse file tree 5 files changed +188
-318
lines changed Original file line number Diff line number Diff line change 14
14
node-version : ${{ matrix.node-version }}
15
15
- name : Installing Extension
16
16
run : yarn install
17
+ - name : Compile
18
+ run : yarn compile
17
19
- name : Test Syntax Highlighting
18
20
run : yarn test:grammar
19
21
- name : Test Unittests
Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
## [ 2.5.0]
11
11
12
+ ### Added
13
+
14
+ - Adds support for formatting with ` findent ` and ` fprettify `
15
+ ([ #29 ] ( https://github.com/krvajal/vscode-fortran-support/issues/29 ) )
16
+
17
+ ## [ 2.4.2]
18
+
12
19
### Fixed
13
20
14
21
- Extension now activates for ` FortranFixedForm `
@@ -26,8 +33,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
26
33
27
34
### Added
28
35
29
- - Adds support for formatting with ` findent ` and ` fprettify `
30
- ([ #29 ] ( https://github.com/krvajal/vscode-fortran-support/issues/29 ) )
31
36
- Adds prompts for installing Fortran IntelliSense and fortran-language-server
32
37
33
38
### Removed
@@ -301,7 +306,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
301
306
- Initial release
302
307
303
308
[ unreleased ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.5.0...HEAD
304
- [ 2.5.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.4.0...v2.5.0
309
+ [ 2.5.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.4.2...v2.5.0
310
+ [ 2.4.2 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.4.1...v2.4.2
311
+ [ 2.4.1 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.4.0...v2.4.1
305
312
[ 2.4.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.3.0...v2.4.0
306
313
[ 2.3.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.2.2...v2.3.0
307
314
[ 2.2.2 ] : https://github.com/krvajal/vscode-fortran-support/compare/2.2.1...v2.2.1
You can’t perform that action at this time.
0 commit comments