Favorites.vscode

VSCode extension for managing Favorites

MIT License

Stars
23

Bot releases are hidden (Show)

Favorites.vscode - Release v1.6.1 Latest Release

Published by oleg-shilo about 1 month ago

  • Issue #49: Version 1.6.0 adds the [object Object] instead of the filename
Favorites.vscode - Release: v1.6.0

Published by oleg-shilo 7 months ago

  • Added context menu "Add selected file to Favorites" to the active document and its tab.
  • Improved error message on adding document being opened by the custom editor
  • Issue #46: Unable to bookmark pdf or epub files

image

Favorites.vscode - Release v1.5.18

Published by oleg-shilo about 1 year ago

  • Issue #44: Closed Grouped Lists expand when switching to a new favorites list
  • Added favorites.expandListGroups setting to control the initial state of the list group after loading the lists tree.

image

Favorites.vscode - Release v1.5.17

Published by oleg-shilo almost 2 years ago

  • Incorporated GitHub suggested vulnerability patches
Favorites.vscode - Release v1.5.16

Published by oleg-shilo over 2 years ago

  • Issue #42: Non-path text not work
  • New syntax for item separators: |<separator>
Favorites.vscode - Release v1.5.15

Published by oleg-shilo over 2 years ago

  • Issue #43: Not working properly with ${execPath} to subdirectory within VSCode portable
  • Added context menu for setting alias (triggered by #35)
  • Fixed faulty IsPortable detection (part of #33).
Favorites.vscode - Release v1.5.14

Published by oleg-shilo over 2 years ago

  • Added context menu for setting alias (triggered by #35)
  • Fixed faulty IsPortable detection (part of #33).
Favorites.vscode - Release v1.5.13

Published by oleg-shilo over 2 years ago

  • Added support for stock vscode icons for TreeViewItems to better align with VSCode themes. It partially addresses #5.
  • Issue #34: Suggestion: If 'Data Location' setting is blank, parse it as <default> instead of "favorites.dataLocation": ""
  • Issue #33: Possible to set 'Data Location' path to subdirectory within VSCode portable (relative to Code.exe).
    Changed to DataLocation=<extensionRoot>/user-data/User/favorites.user when it is portable VSCode deployment
Favorites.vscode - Release v1.5.12

Published by oleg-shilo over 2 years ago

  • Issue #32: Chinese file name is garbled, decodeURI() var document can solve the problem. Maybe other languages have this problem too.
Favorites.vscode - Release v1.5.11

Published by oleg-shilo over 2 years ago

  • Issue #31: Favorite local files in a remote session cannot be opened
  • Issue #29: folders in .dav/local.list.txt should not be opened in a new window
  • Added auto revealing the folder opened from Favorites
  • Added new config values:
    • favorites.disableOpeningSubfolderOfLoadedFolder
    • favorites.disableOpeningSubfolder.
      image
Favorites.vscode - Release v1.5.9

Published by oleg-shilo over 2 years ago

  • Issue #29: folders in .dav/local.list.txt should not be opened in a new window
  • Added auto revealing the folder opened from Favorites
Favorites.vscode - Release v1.5.8

Published by oleg-shilo over 2 years ago

  • Issue #30: Show full path on hover (feature request)
  • Added favorites.maxTooltipLength configuration value.
    Maximum length of the favorite item tooltip. Typically file path. If the path length exceeds the maximum value it is displayed truncated.
Favorites.vscode - Release v1.5.7

Published by oleg-shilo almost 3 years ago

  • Issue #27: Enhancement: Ability to Remove the Default List
  • Issue #28: Loading a Workspace from Favorites loads the folder and not the VS Code Workspace
Favorites.vscode - Release v1.5.6

Published by oleg-shilo almost 3 years ago

  • Issue #26: The workspace folder gets deleted on renaming of the favorite list
  • Added visual separation between root node (active list) and the list items. It is controlled via favorites.showListSeparator setting.
    image
Favorites.vscode - Release v1.5.5

Published by oleg-shilo about 3 years ago

  • Workspace/folder local list support is extended to process the list .\.vscode\fav.local.list.txt
Favorites.vscode - Release v1.5.3-4

Published by oleg-shilo about 3 years ago

v1.5.4

  • Issue #25: The "path" argument must be of type string. Received null

v1.5.3

  • Fixed problem with adding workspaces to a list.
  • Issue #23: Feature request: Configurable Favorites Storage (extra)
    Added support for workspace local list local.list.txt in the workspace folder <workspace>\.fav\
    This list can contain both absolute and relative paths. All relative paths are to be resolved against the workspace folder.
    The simplest content of the <workspace>\.fav\local.list.txt:
    .\.fav\local.list.txt
    
Favorites.vscode - Release v1.5.3

Published by oleg-shilo about 3 years ago

  • Fixed problem with adding workspaces to a list.
  • Issue #23: Feature request: Configurable Favorites Storage (extra)
    Added support for workspace local list local.list.txt in the workspace folder <workspace>\.fav\
    This list can contain both absolute and relative paths. All relative paths are to be resolved against the workspace folder.
    The simplest content of the <workspace>\.fav\local.list.txt:
    .\.fav\local.list.txt
    
Favorites.vscode - Release v1.5.2

Published by oleg-shilo over 3 years ago

  • Issue #23: Feature request: Configurable Favorites Storage
  • Issue #22: Provide a way to have toggled lists
    You can create grouped lists according this pattern: [groupname.]<list_name>.list.txt
  • Issue #17: About hiding <default> list
Favorites.vscode - Release v1.4.0

Published by oleg-shilo about 4 years ago

  • Issue #16: Feature request: Configurable Setting for Favorites Storage
    Implemented as config setting dataLocation.
Favorites.vscode - Release v1.3.6

Published by oleg-shilo over 4 years ago

  • Issue #15: Feature Request: option for alternate names.
  • Issue #14 (partial): Feature request : Possibility to save/restore current status of the list
    All list specific context-menu items moved to the title bar custom menu group ...

image