Skip to content

Latest commit

 

History

History
170 lines (89 loc) · 2.18 KB

VERSION.md

File metadata and controls

170 lines (89 loc) · 2.18 KB

History

2.2.1

Bug fixes:

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

2.2.0

Features:

  • Support to debug port's CMake code.

Bug fixes:

  • Fix some exceptions when setting / getting triplet.

2.1.0

Features:

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

2.0.8

Bug fixes:

  • Fix some bugs.

2.0.7

Improvements:

  • set host and target triplets use select box.

2.0.6

Features:

  • Add an option to automatically update your host/target triplet according to your os.
  • Add new commands to set your host/target triplet.

Improvements:

  • Now plugin will notify with a message window when getting port history versions.

2.0.3

Bug fixes:

  • Correct the builtin-baseline value.

2.0.2

Bug fixes:

  • fix bug.

2.0.1

Bug fixes:

  • bug fix.

2.0.0

Features:

  • version and builtin-baseline autocompletion in vcpkg manifest

1.0.4

Features:

  • Add option asset source
  • Add option binary source

1.0.3

Improvements:

  • Improve jugdment whether vcpkg root is valid.

Bug fixes:

  • Fix bug whe checking vcpkg root

1.0.2

Bug fixes:

  • fix circle enable-disable vcpkg when delete vcpkg path in settings

Improvements:

  • Add more details in readme

1.0.1

Features:

  • Add getting start page

1.0.0

The release version is published now!

Bug fixes:

  • change manifest and installDeps to target
  • remove installDir option
  • add preferSysLib option

0.2.2

Bug fixes:

  • Manifest mode only can be enabled when vcpkg is enabled

0.2.1

Features:

  • Add CRT Linkage option

0.1.3

Improvements:

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

0.1.2

Bug fixes:

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

0.1.1

Bug fixes:

  • Fix vcpkg path is invalid on non-Windows

Improvments:

  • Add guide for VCPKG_INSTALL_OPTIONS

0.1.0

Features:

  • Support non-Windows

Bug fixes:

  • Fix the problem of changing settings without responding

0.0.4

Features:

  • Add VCPKG_INSTALL_OPTIONS support

0.0.3

Features:

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