We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc1e84 commit f0abd8dCopy full SHA for f0abd8d
crates/plugin-ls/src/lib.rs
@@ -74,9 +74,9 @@ Cargo.toml
74
};
75
} else if metadata.is_file() {
76
return Ok(transport::PluginResponse {
77
- status: transport::ReplStatus::Error,
78
- stdout: None,
79
- stderr: Some(format!("F\t{}", &payload)),
+ status: transport::ReplStatus::Success,
+ stdout: Some(format!("F\t{}", &payload)),
+ stderr: None,
80
});
81
} else {
82
0 commit comments