Skip to content

Commit e6ff645

Browse files
committed
add .devenv to projectRootsSearchExclude
1 parent fa3daa6 commit e6ff645

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changes to Calva.
44

55
## [Unreleased]
66

7+
## [2.0.478] - 2024-09-30
8+
9+
- [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)
10+
711
## [2.0.477] - 2024-09-29
812

913
- Fix: [Global custom repl command keys override workspace dittos, should be the other way around](https://github.com/BetterThanTomorrow/calva/issues/2640)

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,7 @@
820820
"*.code-search",
821821
".cpcache",
822822
"_darcs",
823+
".devenv",
823824
".DS_Store",
824825
".ensime_cache",
825826
".eunit",

0 commit comments

Comments
 (0)