Skip to content

Commit 3d410ef

Browse files
committed
release 0.3.0, no lsp error shown in repl
1 parent 44ce417 commit 3d410ef

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Common 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

3134
Users 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": {

0 commit comments

Comments
 (0)