feat: replay vscode syntax only

This commit is contained in:
Myriad-Dreamin 2025-11-16 08:09:50 +08:00
parent d58d44ce4b
commit fe69c7db97

View file

@ -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");
}
}