Delete unused code
This commit is contained in:
parent
35b2aceffb
commit
a64296938d
4 changed files with 0 additions and 42 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