change server path for vscode extension (#5769)
change server path Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
		@ -2,7 +2,7 @@
 | 
			
		||||
name = "kcl-language-server"
 | 
			
		||||
description = "A language server for KCL."
 | 
			
		||||
authors = ["KittyCAD Inc <kcl@kittycad.io>"]
 | 
			
		||||
version = "0.2.48"
 | 
			
		||||
version = "0.2.49"
 | 
			
		||||
edition = "2021"
 | 
			
		||||
license = "MIT"
 | 
			
		||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user