Skip to content

Commit 82a2a87

Browse files
committed
Add initial Language Server Protocol (LSP) integration
1 parent fc20321 commit 82a2a87

16 files changed

+2022
-10
lines changed

package-lock.json

Lines changed: 64 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"cordova-plugin-browser": {},
3838
"cordova-plugin-sftp": {},
3939
"cordova-plugin-system": {},
40-
"com.foxdebug.acode.rk.exec.terminal": {}
40+
"com.foxdebug.acode.rk.exec.terminal": {},
41+
"com.foxdebug.acode.rk.exec.proot": {}
4142
},
4243
"platforms": [
4344
"android"
@@ -62,6 +63,7 @@
6263
"@types/url-parse": "^1.4.11",
6364
"autoprefixer": "^10.4.21",
6465
"babel-loader": "^10.0.0",
66+
"com.foxdebug.acode.rk.exec.proot": "file:src/plugins/proot",
6567
"com.foxdebug.acode.rk.exec.terminal": "file:src/plugins/terminal",
6668
"cordova-android": "^14.0.1",
6769
"cordova-clipboard": "^1.3.0",
@@ -112,6 +114,8 @@
112114
"@codemirror/language": "^6.11.3",
113115
"@codemirror/language-data": "^6.5.1",
114116
"@codemirror/legacy-modes": "^6.5.1",
117+
"@codemirror/lint": "^6.9.0",
118+
"@codemirror/lsp-client": "^6.1.2",
115119
"@codemirror/search": "^6.5.11",
116120
"@codemirror/state": "^6.5.2",
117121
"@codemirror/theme-one-dark": "^6.1.3",

0 commit comments

Comments
 (0)