Skip to content

Commit 0f40cd7

Browse files
committed
Update wording
1 parent 4608099 commit 0f40cd7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,5 +249,9 @@
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
}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)