提交 92797116 编写于 作者: A Andre Weinand

upde DAP 1.24.0

上级 a051ba51
......@@ -547,9 +547,9 @@
"resolved": "git://github.com/jrieken/v8-profiler.git#5e4a336693e1d5b079c7aecd286a1abcfbc10421"
},
"vscode-debugprotocol": {
"version": "1.23.0",
"from": "vscode-debugprotocol@1.23.0",
"resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.23.0.tgz"
"version": "1.24.0",
"from": "vscode-debugprotocol@1.24.0",
"resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.24.0.tgz"
},
"vscode-ripgrep": {
"version": "0.0.26",
......
......@@ -178,7 +178,7 @@ declare module DebugProtocol {
// event: 'breakpoint';
body: {
/** The reason for the event.
Values: 'changed', 'new', etc.
Values: 'changed', 'new', 'removed', etc.
*/
reason: string;
/** The breakpoint. */
......@@ -283,6 +283,8 @@ declare module DebugProtocol {
clientID?: string;
/** The ID of the debug adapter. */
adapterID: string;
/** The ISO-639 locale of the (frontend) client using this adapter, e.g. en-US or de-CH. */
locale?: string;
/** If true all line numbers are 1-based (default). */
linesStartAt1?: boolean;
/** If true all column numbers are 1-based (default). */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册