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.

Get a console error if you open a project using "Application Support" or its parent folder. #7300

@RaymondLim

Description

@RaymondLim
  1. Drag your "Application Support" folder from Finder to Brackets to use it as a new project.
  2. From project drop down list switch to the previous project.
  3. Open Developer Tools from Debug menu.
  4. Look in the Console Tab or click on the error icon in the status bar.

Result: You will see one console error.

Blind write attempted:  /Users/rlim/Library/Application Support/Brackets/state.json 1395536064000 null AppshellFileSystem.js:426

Although we allow blind write in sprint 36, we're not updating state.json in this case. (or maybe an out-of-order overwrite is taking out all the newly updates).

If you restart or reload Brackets, you will see the project you opened in step 1 as current project, not the one you switched in step 2 even if it is the default Getting Started project (issue #7299). Note that you can also reproduce it with Brackets cache folder.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions