提交 115ea4af 编写于 作者: A Andre Weinand

fix strict null error for debug

上级 c1722e94
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册