Skip to content

Commit b9cbfac

Browse files
committed
use absolute path as default cl-lsp path
1 parent e1c3c4b commit b9cbfac

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ Common Lisp Editing Extension for vscode
3535

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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": {
@@ -93,7 +93,7 @@
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
}

0 commit comments

Comments
 (0)