提交 50eb78cc 编写于 作者: J Joao Moreno

scm view location

上级 0b11bfd5
......@@ -20,6 +20,7 @@ export class ViewLocation {
static readonly Explorer = new ViewLocation('workbench.view.explorer');
static readonly Debug = new ViewLocation('workbench.view.debug');
static readonly Extensions = new ViewLocation('workbench.view.extensions');
static readonly SCM = new ViewLocation('workbench.view.scm');
constructor(private _id: string) {
}
......@@ -32,6 +33,7 @@ export class ViewLocation {
switch (value) {
case 'explorer': return ViewLocation.Explorer;
case 'debug': return ViewLocation.Debug;
case 'scm': return ViewLocation.SCM;
}
return void 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册