Skip to content

Commit 7fa9963

Browse files
committed
remove some args
1 parent 6b426ed commit 7fa9963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/emmylua.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ impl zed::Extension for EmmyLuaExtension {
395395
self.cached_dap_binary_path = Some(binary_path.clone());
396396
Ok(zed::DebugAdapterBinary {
397397
command: Some(binary_path),
398-
arguments: vec!["--log-level".to_string(), "debug".to_string()],
398+
arguments: vec![],
399399
envs: vec![],
400400
cwd: None,
401401
connection: None,

0 commit comments

Comments
 (0)