change server path for vscode extension (#5769)

change server path

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2025-03-12 09:46:18 -07:00
committed by GitHub
parent b61cd3123f
commit 6c09da24a4
13 changed files with 22 additions and 22 deletions

View File

@ -97,7 +97,7 @@ async function getServer(
'You need to manually clone the kcl-lsp repository and ' +
'run `cargo install` to build the language server from sources. ' +
'If you feel that your platform should be supported, please create an issue ' +
'about that [here](https://github.com/kittycad/kcl-lsp/issues) and we ' +
'about that [here](https://github.com/kittycad/modeling-app/issues) and we ' +
'will consider it.'
)
return undefined