Skip to content

Commit

Permalink
version bumped to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jyu49 committed Mar 27, 2023
1 parent 4a7fa23 commit 9113ae1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ It's still WIP, please help us to improve it in [github](https://github.com/Jack
a. Extension will automaticly enable vcpkg if you already set environment variable `VCPKG_ROOT` or already set vcpkg path in settings.

b. If environment variable `VCPKG_ROOT` is not set, please choose vcpkg root folder.

4. Extension will select the triplet (dynamic) according to your system architecture, vcpkg toolchain will be added into cmake settings.

### Disable vcpkg integration
Expand All @@ -46,6 +47,11 @@ It's still WIP, please help us to improve it in [github](https://github.com/Jack

## Release Notes

### 0.1.0

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

### 0.0.4

- Support VCPKG_INSTALL_OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"icon": "images/vcpkg-logo.png",
"publisher": "JackBoosY",
"license": "MIT",
"version": "0.0.4",
"version": "0.1.0",
"engines": {
"vscode": "^1.76.0"
},
Expand Down

0 comments on commit 9113ae1

Please sign in to comment.