提交 2797cf62 编写于 作者: A Andre Weinand

enable variable paging

上级 37a4b65c
......@@ -624,7 +624,7 @@ export class DebugService implements debug.IDebugService {
linesStartAt1: true,
columnsStartAt1: true,
supportsVariableType: true, // #8858
supportsVariablePaging: false // #9537
supportsVariablePaging: true // #9537
}).then((result: DebugProtocol.InitializeResponse) => {
if (!this.session) {
return TPromise.wrapError(new Error(nls.localize('debugAdapterCrash', "Debug adapter process has terminated unexpectedly")));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册