提交 27c9b5cf 编写于 作者: A Andre Weinand

fix typo in debug protocol

上级 8a21d65d
......@@ -416,9 +416,9 @@
"resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz"
},
"vscode-debugprotocol": {
"version": "1.4.0",
"from": "vscode-debugprotocol@>=1.4.0",
"resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.4.0.tgz"
"version": "1.5.0",
"from": "vscode-debugprotocol@>=1.5.0",
"resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.5.0.tgz"
},
"vscode-textmate": {
"version": "1.0.9",
......
......@@ -451,7 +451,7 @@ declare module DebugProtocol {
/** The debug adapter supports functionBreakpoints. */
supportsFunctionBreakpoints?: boolean;
/** The debug adapter supports a (side effect free) evaluate request for data hovers. */
supportEvaluateForHovers?: boolean;
supportsEvaluateForHovers?: boolean;
}
/** A structured message object. Used to return errors from requests. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册