mirror of
https://github.com/kbwo/testing-language-server.git
synced 2025-08-02 23:02:15 +00:00
fix: revert specification due to design flaw
This commit is contained in:
parent
7a6d6e28b5
commit
3131833238
3 changed files with 2 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -627,7 +627,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "testing-language-server"
|
||||
version = "0.0.7"
|
||||
version = "0.0.8"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "testing-language-server"
|
||||
version = "0.0.7"
|
||||
version = "0.0.8"
|
||||
edition = "2021"
|
||||
description = "LSP server for testing"
|
||||
license = "MIT"
|
||||
|
|
|
@ -85,8 +85,6 @@ pub type DetectWorkspaceResult = HashMap<WorkspaceFilePath, Vec<FilePath>>;
|
|||
pub struct RunFileTestResultItem {
|
||||
pub path: String,
|
||||
pub diagnostics: Vec<Diagnostic>,
|
||||
pub performed_test_ids: Vec<String>,
|
||||
pub failed_test_ids: Vec<String>,
|
||||
}
|
||||
|
||||
pub type RunFileTestResult = Vec<RunFileTestResultItem>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue