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 6b426ed commit 7fa9963Copy full SHA for 7fa9963
src/emmylua.rs
@@ -395,7 +395,7 @@ impl zed::Extension for EmmyLuaExtension {
395
self.cached_dap_binary_path = Some(binary_path.clone());
396
Ok(zed::DebugAdapterBinary {
397
command: Some(binary_path),
398
- arguments: vec!["--log-level".to_string(), "debug".to_string()],
+ arguments: vec![],
399
envs: vec![],
400
cwd: None,
401
connection: None,
0 commit comments