Skip to content

Releases: baincd/vscode-extension-profiles

v1.3.2

07 Nov 15:09
Compare
Choose a tag to compare

Updated

  • Settings examples

v1.3.1

17 Jul 16:16
Compare
Choose a tag to compare

Updated

  • List profiles in "Active Profiles Setup" quick pick list in same order as configured in settings
  • New setting to enable/disable listing active profiles first in "Active Profiles Setup" quick pick list (default to enabled)

v1.3.0

11 Jul 17:58
Compare
Choose a tag to compare

Added

  • Ability to configure a profile as temporary
  • Ability to define settings on a profile that must be set on workspace or all workspace root folders

Changed

  • Change extension display name to Extension Profiles 3000

v1.2.0

25 Jun 02:30
Compare
Choose a tag to compare

Changed

  • Break extension searches into batches of no more than 200 characters, and display a popup prompt if there are additional extensions to display
  • Reworded some messages and buttons to improve clarity
  • Refactored extension internals
  • Use webpack to bundle extension

v1.1.1

20 Jun 05:08
Compare
Choose a tag to compare
  • Fixed README

v1.1.0

20 Jun 04:11
Compare
Choose a tag to compare

Added

  • Ability to configure extensions that should be disabled for a profile

v1.0.0

19 Jun 21:35
Compare
Choose a tag to compare

Initial Release

  • Configuration settings to define profiles, activated profiles, and startup check enablement
  • Command to enable, disable, or view profiles
  • Startup check to confirm all active profile extensions are enabled
  • Command that can be configured to a keyboard shortcut to enable a specific profile
  • Warning if extension sidebar search exceeds the 200 character limit