File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 249249 "titleBar.inactiveBackground" : " #db9550d5" ,
250250 "titleBar.inactiveForeground" : " #13172299"
251251 },
252- "json.format.enable" : false
252+ "json.format.enable" : false ,
253+ "files.exclude" : {
254+ "junit/" : true ,
255+ "repl-output-ui/js/" : true
256+ }
253257}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Changes to Calva.
44
55## [ Unreleased]
66
7- - Fix: [ calva.evaluateSelectionAsComment missing from context menu] ( https://github.com/BetterThanTomorrow/calva/issues/3063 )
7+ - Fix: [ Evaluate Current Form to Comment missing from context menu] ( https://github.com/BetterThanTomorrow/calva/issues/3063 )
88- Fix: [ Error instrumenting function through command palette] ( https://github.com/BetterThanTomorrow/calva/issues/2966 )
99- Fix: [ paredit.insertSemiColon requires two undo operations in structure-preserving case] ( https://github.com/BetterThanTomorrow/calva/issues/3059 )
1010- Fix: [ paredit.insertSemiColon can break structure before closing delimiter] ( https://github.com/BetterThanTomorrow/calva/issues/3061 )
You can’t perform that action at this time.
0 commit comments