提交 da552af6 编写于 作者: D Daniel Imms

Make supportsVariableType optional

Fixes build
上级 324dc453
...@@ -179,7 +179,7 @@ declare module DebugProtocol { ...@@ -179,7 +179,7 @@ declare module DebugProtocol {
pathFormat?: string; pathFormat?: string;
/** Client supports the optional type attribute for variables. */ /** Client supports the optional type attribute for variables. */
supportsVariableType: boolean; supportsVariableType?: boolean;
} }
/** Response to Initialize request. */ /** Response to Initialize request. */
export interface InitializeResponse extends Response { export interface InitializeResponse extends Response {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册