Skip to content

Commit 0690b21

Browse files
committed
fix: Startup failed
1 parent 928b7dc commit 0690b21

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Cargo.lock
44
.crates2.json
55
/bin
66
node_modules
7+
.DS_Store

lapce-volar/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env node
2-
require("@volar/vue-language-server");
2+
require("@volar/vue-language-server/out/nodeServer.js");

volt.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name = "lapce-vue"
2-
version = "0.0.2"
2+
version = "0.0.1"
33
author = "xiaoxin-sky"
44
display-name = "vue"
5-
description = "vue"
5+
description = "vue Auto-complete、ts type-check"
66
wasm = "bin/lapce-vue.rustc.wasm"
77

88
[activation]
9-
language = ["rust"]
9+
language = ["vue"]
1010
workspace-contains = ["*/Cargo.toml"]

0 commit comments

Comments
 (0)