提交 79301f3e 编写于 作者: A Andre Weinand

debug protocol: update to v1.16

上级 2877d6d7
......@@ -405,9 +405,9 @@
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
},
"vscode-debugprotocol": {
"version": "1.15.0",
"from": "vscode-debugprotocol@1.15.0",
"resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.15.0.tgz"
"version": "1.16.0",
"from": "vscode-debugprotocol@1.16.0",
"resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.16.0.tgz"
},
"vscode-textmate": {
"version": "3.1.0",
......
......@@ -32,7 +32,7 @@
"native-keymap": "0.3.0",
"node-pty": "0.6.1",
"semver": "4.3.6",
"vscode-debugprotocol": "1.15.0",
"vscode-debugprotocol": "1.16.0",
"vscode-textmate": "3.1.0",
"winreg": "1.2.0",
"xterm": "git+https://github.com/Tyriar/xterm.js.git#vscode-release/1.9",
......
......@@ -1223,7 +1223,7 @@ declare module DebugProtocol {
export type CompletionItemType = 'method' | 'function' | 'constructor' | 'field' | 'variable' | 'class' | 'interface' | 'module' | 'property' | 'unit' | 'value' | 'enum' | 'keyword' | 'snippet' | 'text' | 'color' | 'file' | 'reference' | 'customcolor';
/** Names of checksum algorithms that may be supported by a debug adapter. */
export type ChecksumAlgorithm = 'MD5' | 'SHA1' | 'SHA256' | 'SHA1Normalized' | 'SHA256Normalized' | 'timestamp';
export type ChecksumAlgorithm = 'MD5' | 'SHA1' | 'SHA256' | 'timestamp';
/** The checksum of an item calculated by the specified algorithm. */
export interface Checksum {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册