Skip to content

Commit

Permalink
update change log with new sort feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
quicken committed Sep 7, 2022
1 parent 043c42e commit 298d4a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ https://github.com/quicken/filefocus
- When using global storage focus groups will sync between devices.
- Fix an issue where renaming a focus group would loose all resources.
- On first loading migrate any existing storage groups to the new storage format.
- Project specific focus gruops can now be defined inside of a .filefocus.json file that is stored in the root of a workspace folder.
- Project specific focus groups can now be defined inside of a .filefocus.json file that is stored in the root of a workspace folder.
- Project specific focus groups have a visual indicator and will not show up in the Group Picker.
- The Reload Icon now reloads focus groups from all storage locations. Useful when building a file focus project file or adding/removing workspace folders.
- Add a setting that allows sorting resources by the full path instead of just the filename. Changing this setting requires restarting VSCode.
- Support mono and multi folder workspaces. Within a mono folder workspace the extension tries to map resources. This allows defining a focus group with files commonly
used in your language of choice.

### 1.3.0

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ share and I can resolve this issue.

Focus groups can be made available to all users of a project. When the extension is loaded it will search in the root of all workspace folders for a configuration file named: **.filefocus.json**.

File Focus will merge the focus definition in all configuration files with the used personal defined focus groups. The file focus extension does not write to this file. Therefore, any changes
made to project focus groups will be lost after VS Code exits.
File Focus will merge the focus definition in all configuration files with the used personal defined focus groups. The file focus extension does not write to this file. Therefore, any changes made to project focus groups will be lost after VS Code exits.

### Example Configuration File

Expand Down

0 comments on commit 298d4a4

Please sign in to comment.