提交 d3f079fd 编写于 作者: M Matt Bierner

Mark fields readonly

上级 713b1788
......@@ -533,7 +533,12 @@ export class SideBySideEditorInput extends EditorInput {
static readonly ID: string = 'workbench.editorinputs.sidebysideEditorInput';
constructor(private name: string, private description: string | null, private _details: EditorInput, private _master: EditorInput) {
constructor(
private readonly name: string,
private readonly description: string | null,
private readonly _details: EditorInput,
private readonly _master: EditorInput
) {
super();
this.registerListeners();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册