File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Version 0.7.7
2+
3+ Fixes the error with embedded nREPL on Windows.
4+
15# Version 0.7.6
26
37Does code refactoring and minor nREPL connection indicator UI fixes.
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ Open an [issue](https://github.com/avli/clojureVSCode/issues) if you want to pro
4141- [ Mike Ball] ( https://github.com/mikeball )
4242- [ Egor Yurtaev] ( https://github.com/yurtaev )
4343- [ Mark Hansen] ( https://github.com/mhansen )
44+ - [ Fabian Achammer] ( https://github.com/fachammer )
4445
4546## License
4647
Original file line number Diff line number Diff line change 22 "name" : " clojure" ,
33 "displayName" : " Clojure" ,
44 "description" : " Clojure nREPL support for Visual Studio Code" ,
5- "version" : " 0.7.6 " ,
5+ "version" : " 0.7.7 " ,
66 "publisher" : " avli" ,
77 "author" : {
88 "name" : " Andrey Lisin" ,
2424 {
2525 "name" : " Mark Hansen" ,
2626 "email" : " mark@markhansen.co.nz"
27+ },
28+ {
29+ "name" : " Fabian Achammer" ,
30+ "email" : " fabian.achammer@gmail.com"
2731 }
2832 ],
2933 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments