Skip to content

Latest commit

 

History

History
107 lines (60 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

107 lines (60 loc) · 1.82 KB

Change Log

Unreleased

2.2.1

  • Fix target triplet is not added into debugger remove config.
  • Fix set target triplet cannot update debugger config.

2.2.0

  • Support to debug port's CMake code.
  • Fix some exceptions when setting / getting triplet.

2.1.0

  • Now extension can support debug portfile and vcpkg-owned cmake code.

2.0.8

  • Fix bug.

2.0.7

  • set host and target triplets use select box.

2.0.6

  • Add an option to automatically update your host/target triplet according to your os.
  • Add new commands to set your host/target triplet.
  • Now plugin will notify with a message window when getting port history versions.

2.0.3

  • Correct the builtin-baseline value.

2.0.2

  • Fix bug.

2.0.1

  • Fix bug.

2.0.0

  • Version and builtin-baseline autocompletion in vcpkg manifest.

1.0.4

  • Add option asset source.
  • Add option binary source.

1.0.3

  • Improve jugdment whether vcpkg root is valid.
  • Fix bug whe checking vcpkg root.

1.0.2

  • Fix circle enable-disable vcpkg when delete vcpkg path in settings.
  • Add more details in readme.

1.0.1

  • Add getting start page.

1.0.0

  • Change manifest and installDeps to target.
  • Remove installDir option.
  • Add preferSysLib option.

0.2.2

  • Manifest mode only can be enabled when vcpkg is enabled.

0.2.1

  • Add CRT Linkage option.

0.1.3

  • Now all settings will be synced in workspace settings.
  • Vcpkg path can be set only once on the same machine.

0.1.2

  • Fix target triplet can't be syncd when using dynamic lib.

0.1.1

  • Fix vcpkg path is invalid on non-Windows.
  • Add guide for VCPKG_INSTALL_OPTIONS.

0.1.0

  • Support non-Windows.
  • Fix the problem of changing settings without responding.

0.0.4

  • Add VCPKG_INSTALL_OPTIONS support.

0.0.3

  • Basic function for enable/disable integration, set dynamic/static library.