mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-20 11:55:34 +00:00
feat: replay vscode syntax only
This commit is contained in:
parent
d58d44ce4b
commit
fe69c7db97
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ fn test_lsp() {
|
|||
log: "tests/fixtures/editions/base.log".to_owned(),
|
||||
});
|
||||
|
||||
let hash = replay_log(&root.join("vscode"));
|
||||
let hash = replay_log(&root.join("vscode-syntax-only"));
|
||||
insta::assert_snapshot!(hash, @"siphash128_13:9a266bad2c9e8113b66eae3cfe83aab5");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue