File tree Expand file tree Collapse file tree 2 files changed +22
-7
lines changed Expand file tree Collapse file tree 2 files changed +22
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for vscode-haskell
2
2
3
+ ## 2.6.1
4
+
5
+ - Prefer the ` set ` version for ` cabal ` and ` stack ` if there is any
6
+ ([ #1275 ] ( https://github.com/haskell/vscode-haskell/pull/1275 ) ) by @fendor
7
+ - Make js debugger work
8
+ ([ #1258 ] ( https://github.com/haskell/vscode-haskell/pull/1258 ) ) by @dyniec
9
+ - Prepare release 2.6.0
10
+ ([ #1103 ] ( https://github.com/haskell/vscode-haskell/pull/1103 ) ) by @fendor
11
+
3
12
## 2.6.0
4
13
5
14
- Add option to enable/disable ` .cabal ` file support
Original file line number Diff line number Diff line change 2
2
"name" : " haskell" ,
3
3
"displayName" : " Haskell" ,
4
4
"description" : " Haskell language support powered by the Haskell Language Server" ,
5
- "version" : " 2.6.0 " ,
5
+ "version" : " 2.6.1 " ,
6
6
"license" : " MIT" ,
7
7
"publisher" : " haskell" ,
8
8
"engines" : {
334
334
"scope" : " resource" ,
335
335
"type" : " boolean"
336
336
},
337
+ "haskell.plugin.eval.codeActionsOn" : {
338
+ "default" : true ,
339
+ "description" : " Enables eval code actions" ,
340
+ "scope" : " resource" ,
341
+ "type" : " boolean"
342
+ },
343
+ "haskell.plugin.eval.codeLensOn" : {
344
+ "default" : true ,
345
+ "description" : " Enables eval code lenses" ,
346
+ "scope" : " resource" ,
347
+ "type" : " boolean"
348
+ },
337
349
"haskell.plugin.eval.config.diff" : {
338
350
"default" : true ,
339
351
"markdownDescription" : " Enable the diff output (WAS/NOW) of eval lenses" ,
346
358
"scope" : " resource" ,
347
359
"type" : " boolean"
348
360
},
349
- "haskell.plugin.eval.globalOn" : {
350
- "default" : true ,
351
- "description" : " Enables eval plugin" ,
352
- "scope" : " resource" ,
353
- "type" : " boolean"
354
- },
355
361
"haskell.plugin.explicit-fields.codeActionsOn" : {
356
362
"default" : true ,
357
363
"description" : " Enables explicit-fields code actions" ,
You can’t perform that action at this time.
0 commit comments