提交 19cb9665 编写于 作者: S Sandeep Somavarapu

Give a different id for SCM location - Views are contributed to a container inside SCM Viewlet

上级 9934264f
......@@ -30,7 +30,7 @@ export class ViewLocation {
static readonly Explorer: ViewLocation = ViewLocation.register('workbench.view.explorer');
static readonly Debug: ViewLocation = ViewLocation.register('workbench.view.debug');
static readonly Extensions: ViewLocation = ViewLocation.register('workbench.view.extensions');
static readonly SCM: ViewLocation = ViewLocation.register('workbench.view.scm');
static readonly SCM: ViewLocation = ViewLocation.register('workbench.view.scm.views.contributed');
private constructor(private _id: string) { }
get id(): string { return this._id; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册