Skip to content

Commit

Permalink
fixes #10132
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Aug 26, 2016
1 parent 832249b commit 62dad9f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ export class ActionProvider extends ContributableActionProvider {
const resource = openEditor.getResource();
if (resource) {
// Open to side
result.unshift(new Separator());
result.unshift(this.instantiationService.createInstance(OpenToSideAction, tree, resource, false));

if (!openEditor.isUntitled()) {
Expand Down

0 comments on commit 62dad9f

Please sign in to comment.