Skip to content

Commit

Permalink
add .devenv to projectRootsSearchExclude
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdbd committed Sep 30, 2024
1 parent ae3905a commit 3e450a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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)
- [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

0 comments on commit 3e450a8

Please sign in to comment.