File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
### 0.7.5 (2021-02-??)
2
+ * Tone down some logInfos to logDebug (#1385 ) - Pepe Iborra
3
+ * Show window message when auto extending import lists (#1371 ) - Potato Hatsue
4
+ * Catch GHC errors in listing module names (#1367 ) - Potato Hatsue
5
+ * Upgrade to lsp-1.0 (#1284 ) - wz1000
2
6
* Added Development.IDE.Main (#1338 ) - Pepe Iborra
7
+ * Fix completion snippets on DuplicateRecordFields (#1360 ) - Potato Hatsue
8
+ * Add code action for hiding shadowed identifiers from imports (#1322 ) - Potato Hatsue
9
+ * Make find-definition work better with multi-components (#1357 ) - wz1000
10
+ * Index files on first open (#1358 ) - wz1000
11
+ * Fix code actions regression (#1349 ) - Pepe Iborra
3
12
4
13
### 0.7.4 (2021-02-08)
5
14
* Support for references via hiedb (#704 ) - wz1000
Original file line number Diff line number Diff line change @@ -57,7 +57,11 @@ module Development.IDE.Core.Rules(
57
57
getBindingsRule ,
58
58
needsCompilationRule ,
59
59
generateCoreRule ,
60
- getImportMapRule
60
+ getImportMapRule ,
61
+ regenerateHiFile ,
62
+ ghcSessionDepsDefinition ,
63
+ getParsedModuleDefinition ,
64
+ typeCheckRuleDefinition ,
61
65
) where
62
66
63
67
import Fingerprint
You can’t perform that action at this time.
0 commit comments