This commit is contained in:
Mikayla Maki 2023-07-13 22:32:29 -07:00
parent ff8a89a075
commit f1b034d4f8
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View file

@ -14,8 +14,7 @@ use std::{
};
use util::ResultExt;
const SERVER_PATH: &'static str =
"node_modules/svelte-language-server/bin/server.js";
const SERVER_PATH: &'static str = "node_modules/svelte-language-server/bin/server.js";
fn server_binary_arguments(server_path: &Path) -> Vec<OsString> {
vec![server_path.into(), "--stdio".into()]