mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
fix strict null error for debug
This commit is contained in:
@@ -1963,7 +1963,7 @@ export class DebugAdapterExecutable implements vscode.DebugAdapterExecutable {
|
||||
|
||||
export class DebugAdapterServer implements vscode.DebugAdapterServer {
|
||||
readonly port: number;
|
||||
readonly host: string;
|
||||
readonly host?: string;
|
||||
|
||||
constructor(port: number, host?: string) {
|
||||
this.port = port;
|
||||
|
||||
Reference in New Issue
Block a user