File tree 3 files changed +17
-1
lines changed
3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Version 0.11.0
2
+
3
+ Adds ability to evaluate blocks of code without selection [ 61] ( https://github.com/avli/clojureVSCode/issues/61 ) :
4
+
5
+ ![ eval-block] ( https://user-images.githubusercontent.com/1375411/68340984-874bc280-00f8-11ea-9eea-34c7160b8c05.gif )
6
+
7
+ Use the "Clojure: Eval and show the result command" for evaluation of the current
8
+ code block and "Clojure: Eval" for the outer.
9
+
10
+ Fixes the issue with completion in the middle of a line [ 139] ( https://github.com/avli/clojureVSCode/issues/139 ) .
11
+
1
12
# Version 0.10.5
2
13
3
14
Fix namespace evaluation for modules beginning with a semicolon.
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ Open an [issue](https://github.com/avli/clojureVSCode/issues) if you want to pro
104
104
- [ Nikita Prokopov] ( https://github.com/tonsky )
105
105
- [ Alessandro Decina] ( https://github.com/alessandrod )
106
106
- [ Marc O'Morain] ( https://github.com/marcomorain )
107
+ - [ Andrey Bogoyavlensky] ( https://github.com/abogoyavlensky )
107
108
108
109
## License
109
110
Original file line number Diff line number Diff line change 2
2
"name" : " clojure" ,
3
3
"displayName" : " Clojure" ,
4
4
"description" : " Clojure nREPL support for Visual Studio Code" ,
5
- "version" : " 0.10.5 " ,
5
+ "version" : " 0.11.0 " ,
6
6
"publisher" : " avli" ,
7
7
"author" : {
8
8
"name" : " Andrey Lisin" ,
44
44
{
45
45
"name" : " Marc O'Morain" ,
46
46
47
+ },
48
+ {
49
+ "name" : " Andrey Bogoyavlensky" ,
50
+
47
51
}
48
52
],
49
53
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments