Skip to content

Commit

Permalink
Merge pull request #63 from SilasMarvin/silas-stdio-patch
Browse files Browse the repository at this point in the history
Patch stdio error with vscode
  • Loading branch information
SilasMarvin authored Aug 21, 2024
2 parents 3064bef + c905778 commit d06e198
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/lsp-ai/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lsp-ai"
version = "0.6.0"
version = "0.6.1"

description.workspace = true
repository.workspace = true
Expand Down
3 changes: 3 additions & 0 deletions crates/lsp-ai/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ struct Args {
// Whether to use a custom log file
#[arg(long, default_value_t = false)]
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> {
Expand Down

0 comments on commit d06e198

Please sign in to comment.