Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Can't open Working set context menus when all the Close Other preferences are false #7164

@TomMalbran

Description

@TomMalbran

Open the the user preferences file and add the next 3 lines:

    "closeOthers.above": false,
    "closeOthers.below": false,
    "closeOthers.others": false

After saving the file, try to open the working set context menu.

Result
It doesn't open
Expected
It should still open

There is a second minor issue when you set any of those preferences to false, and restart Brackets. In that case when you open the Developers Console, you should see an error, where the code is trying to remove a menu item that was never added.

Both issues are fixed in PR #7088.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions