Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changes to Calva.

## [Unreleased]

## [2.0.478] - 2024-09-30

- [Calva should not suggest projects in a .devenv/ directory when starting a project REPL and connecting (jack-in)](https://github.com/BetterThanTomorrow/calva/issues/2642)
Comment thread
jackdbd marked this conversation as resolved.
Outdated
- [Add `extraNReplMiddleware` to `connectSequence`](https://github.com/BetterThanTomorrow/calva/issues/1691)

## [2.0.477] - 2024-09-29
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,7 @@
"*.code-search",
".cpcache",
"_darcs",
".devenv",
".DS_Store",
".ensime_cache",
".eunit",
Expand Down