提交 9fa56d6f 编写于 作者: I isidor

debug: use default tree indentation of 12 pixels

fixes #10618
上级 d0dd1423
......@@ -30,7 +30,6 @@ import IDebugService = debug.IDebugService;
const debugTreeOptions = (ariaLabel: string) => {
return <tree.ITreeOptions> {
indentPixels: 8,
twistiePixels: 20,
ariaLabel
};
......
......@@ -43,7 +43,6 @@ import {IPanelService} from 'vs/workbench/services/panel/common/panelService';
const $ = dom.$;
const replTreeOptions: tree.ITreeOptions = {
indentPixels: 8,
twistiePixels: 20,
ariaLabel: nls.localize('replAriaLabel', "Read Eval Print Loop Panel")
};
......@@ -57,8 +56,6 @@ export interface IPrivateReplService {
acceptReplInput(): void;
}
export class Repl extends Panel implements IPrivateReplService {
public _serviceBrand: any;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册