This commit is contained in:
Remco Smits
2025-02-27 19:01:01 +01:00
parent 17c7ede60c
commit 62f2bc8a8d

View File

@@ -85,7 +85,7 @@ impl DebugAdapter for GoDebugAdapter {
connection: Some(adapters::TcpArguments {
host: self.host,
port: self.port,
timeout: self.port,
timeout: self.timeout,
}),
#[cfg(any(test, feature = "test-support"))]
is_fake: false,