set svelte langserver to point to project node_modules
This commit is contained in:
parent
9a079728e5
commit
c215878777
1 changed files with 3 additions and 1 deletions
|
@ -25,5 +25,7 @@
|
||||||
"port": 6008
|
"port": 6008
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tsserver.log": "normal"
|
"tsserver.log": "normal",
|
||||||
|
"svelte.enable-ts-plugin": true,
|
||||||
|
"svelte.language-server.ls-path": "node_modules/svelte-language-server/bin/server.js"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue