File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ Common Lisp Editing Extension for vscode
3535
3636Users appreciate release notes as you update your extension.
3737
38+ ### 0.3.1
39+ - Use absolute path as default cl-lsp path
40+
3841### 0.3.0
3942- avoid lsp server error mixed with REPL, record error in log
4043
Original file line number Diff line number Diff line change 11{
22 "name" : " commonlisp-vscode" ,
3- "displayName" : " commonlisp-vscode " ,
3+ "displayName" : " Common Lisp " ,
44 "description" : " Common Lisp Editing Extension for vscode" ,
5- "version" : " 0.3.0 " ,
5+ "version" : " 0.3.1 " ,
66 "publisher" : " ailisp" ,
77 "icon" : " Lisplogo.png" ,
88 "repository" : {
9393 "commonlisp.lsppath" : {
9494 "type" : " string" ,
9595 "description" : " Language server path" ,
96- "default" : " cl-lsp" ,
96+ "default" : " ~/.roswell/bin/ cl-lsp" ,
9797 "scope" : " window"
9898 }
9999 }
You can’t perform that action at this time.
0 commit comments