@@ -9,13 +9,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Added
11
11
12
+ - Added capability for linter options to update automatically when settings change
13
+ ([ #623 ] ( https://github.com/fortran-lang/vscode-fortran-support/pull/623 ) )
14
+ - Added unittests for ` spawnAsPromise ` to increase test coverage
15
+ ([ #623 ] ( https://github.com/fortran-lang/vscode-fortran-support/pull/623 ) )
12
16
- Added option to set the verbosity of the Output Channel
13
17
([ #606 ] ( https://github.com/fortran-lang/vscode-fortran-support/pull/606 ) )
14
18
- Added increased logging messages in various parts of the extension
15
19
([ #606 ] ( https://github.com/fortran-lang/vscode-fortran-support/pull/606 ) )
16
20
17
21
### Changed
18
22
23
+ - Changed the linter to be asynchronous, should imprpove performance
24
+ ([ #623 ] ( https://github.com/fortran-lang/vscode-fortran-support/pull/623 ) )
25
+ - Changed native ` SymbolProvider ` to use non-deprecated constructor
26
+ ([ #623 ] ( https://github.com/fortran-lang/vscode-fortran-support/pull/623 ) )
19
27
- Changed how caching is performed in the linter; generalised code and improved
20
28
performance of the cache
21
29
([ #611 ] ( https://github.com/fortran-lang/vscode-fortran-support/pull/611 ) )
@@ -30,9 +38,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
30
38
31
39
### Fixed
32
40
41
+ - Fixed issues with linter unittests running asynchronously
42
+ ([ #623 ] ( https://github.com/fortran-lang/vscode-fortran-support/pull/623 ) )
33
43
- Fixed ` npm run watch-dev ` not syncing changes to spawned Extension Dev Host
34
44
([ #602 ] ( https://github.com/fortran-lang/vscode-fortran-support/issues/602 ) )
35
45
46
+ ### Removed
47
+
48
+ - Removed unused tokenizer code
49
+ ([ #623 ] ( https://github.com/fortran-lang/vscode-fortran-support/pull/623 ) )
50
+
36
51
## [ 3.2.0]
37
52
38
53
### Added
0 commit comments