File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33Common Lisp Editing Extension for vscode
44
5+ ## Update
6+ ** cl-lsp is updated with a cleaner REPL! Please update by do ` git pull ` in ` ~/.roswell/local-projects/ailisp/cl-lsp ` **
7+
58## Features
69- Common Lisp syntax highlight, Auto indenting/formating, folding.
710- (Optional) Structural editing and navigation provided by [ strict-paredit-vscode] ( https://github.com/ailisp/strict-paredit-vscode ) .
@@ -30,10 +33,13 @@ Common Lisp Editing Extension for vscode
3033
3134Users appreciate release notes as you update your extension.
3235
36+ ### 0.3.0
37+ - avoid lsp server error mixed with REPL, record error in log
38+
3339### 0.2.0
3440
3541- support readline editing (arrow key works, history, etc.) in repl
36- - default keybinding to eva (Ctrl+Enter) and to start REPL (Ctrl+Shift+Enter)
42+ - default keybinding to eval (Ctrl+Enter) and to start REPL (Ctrl+Shift+Enter)
3743
3844### 0.1.1
3945
Original file line number Diff line number Diff line change 22 "name" : " commonlisp-vscode" ,
33 "displayName" : " commonlisp-vscode" ,
44 "description" : " Common Lisp Editing Extension for vscode" ,
5- "version" : " 0.2.1 " ,
5+ "version" : " 0.3.0 " ,
66 "publisher" : " ailisp" ,
77 "icon" : " Lisplogo.png" ,
88 "repository" : {
You can’t perform that action at this time.
0 commit comments