未验证 提交 735f6a7b 编写于 作者: P Peng Lyu 提交者: GitHub

Merge pull request #59713 from spahnke/initialize-scheme

[StandaloneEditor] Initialize static field 'SCHEME'
......@@ -493,7 +493,7 @@ export class SimpleWorkspaceContextService implements IWorkspaceContextService {
public _serviceBrand: any;
private static SCHEME: 'inmemory';
private static SCHEME = 'inmemory';
private readonly _onDidChangeWorkspaceName: Emitter<void> = new Emitter<void>();
public readonly onDidChangeWorkspaceName: Event<void> = this._onDidChangeWorkspaceName.event;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册