Merge branch 'main' into copilot
This commit is contained in:
commit
ae3b3ea458
20 changed files with 351 additions and 165 deletions
|
@ -78,12 +78,6 @@ pub trait ToLspPosition {
|
|||
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
|
||||
pub struct LanguageServerName(pub Arc<str>);
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Deserialize)]
|
||||
pub enum ServerExecutionKind {
|
||||
Launch,
|
||||
Node,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Deserialize)]
|
||||
pub struct LanguageServerBinary {
|
||||
pub path: PathBuf,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue