Bump version and update README

This commit is contained in:
vector-of-bool 2016-05-06 00:14:02 -06:00
Родитель 6132f054d1
Коммит 36a2e55f95
2 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -30,6 +30,13 @@ settings can be stored as part of the project in ``settings.json`` in the
## Change History
### Version 0.2.4
- Set a target to be built by default when invoking the ``build`` command. This
option only persists for a single sesion, so must be set each time Visual
Studio Code is opened.
- MSBuild building now outputs full paths, enabling jumping to error locations.
### Version 0.2.3
- New option: ``cmake.clearOutputBeforeBuild`` enables clearing the contents of

Просмотреть файл

@ -2,7 +2,7 @@
"name": "cmake-tools",
"displayName": "CMake Tools",
"description": "Extended CMake support in Visual Studio Code",
"version": "0.2.3",
"version": "0.2.4",
"repository": {
"type": "git",
"url": "https://github.com/vector-of-bool/vscode-cmake-tools"