mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
lint
This commit is contained in:
parent
bac55fa82f
commit
d621068901
1 changed files with 1 additions and 1 deletions
|
@ -1550,7 +1550,7 @@ fn lsp_format_exclude_default_config() {
|
|||
serde_json::from_value(load_fixture("initialize_params.json")).unwrap();
|
||||
let deno_jsonc =
|
||||
serde_json::to_vec_pretty(&load_fixture("deno.fmt.exclude.jsonc")).unwrap();
|
||||
fs::write(workspace_root.clone().join("deno.jsonc"), deno_jsonc).unwrap();
|
||||
fs::write(workspace_root.join("deno.jsonc"), deno_jsonc).unwrap();
|
||||
|
||||
params.root_uri = Some(Url::from_file_path(workspace_root.clone()).unwrap());
|
||||
|
||||
|
|
Loading…
Reference in a new issue