We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928b7dc commit 0690b21Copy full SHA for 0690b21
.gitignore
@@ -4,3 +4,4 @@ Cargo.lock
4
.crates2.json
5
/bin
6
node_modules
7
+.DS_Store
lapce-volar/main.js
@@ -1,2 +1,2 @@
1
#!/usr/bin/env node
2
-require("@volar/vue-language-server");
+require("@volar/vue-language-server/out/nodeServer.js");
volt.toml
@@ -1,10 +1,10 @@
name = "lapce-vue"
-version = "0.0.2"
+version = "0.0.1"
3
author = "xiaoxin-sky"
display-name = "vue"
-description = "vue"
+description = "vue Auto-complete、ts type-check"
wasm = "bin/lapce-vue.rustc.wasm"
8
[activation]
9
-language = ["rust"]
+language = ["vue"]
10
workspace-contains = ["*/Cargo.toml"]
0 commit comments