mirror of
https://github.com/SilasMarvin/lsp-ai.git
synced 2025-12-18 15:04:29 +01:00
Merge pull request #63 from SilasMarvin/silas-stdio-patch
Patch stdio error with vscode
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1566,7 +1566,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lsp-ai"
|
name = "lsp-ai"
|
||||||
version = "0.5.1"
|
version = "0.6.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lsp-ai"
|
name = "lsp-ai"
|
||||||
version = "0.6.0"
|
version = "0.6.1"
|
||||||
|
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
|||||||
@@ -65,6 +65,9 @@ struct Args {
|
|||||||
// Whether to use a custom log file
|
// Whether to use a custom log file
|
||||||
#[arg(long, default_value_t = false)]
|
#[arg(long, default_value_t = false)]
|
||||||
use_seperate_log_file: bool,
|
use_seperate_log_file: bool,
|
||||||
|
// A dummy argument for now
|
||||||
|
#[arg(long, default_value_t = true)]
|
||||||
|
stdio: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
fn create_log_file(base_path: &Path) -> anyhow::Result<fs::File> {
|
fn create_log_file(base_path: &Path) -> anyhow::Result<fs::File> {
|
||||||
|
|||||||
Reference in New Issue
Block a user