This commit is contained in:
vector-of-bool 2016-05-11 09:10:12 -06:00
Родитель fa0e60f210
Коммит e831ab716f
2 изменённых файлов: 6 добавлений и 1 удалений

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

@ -30,6 +30,11 @@ settings can be stored as part of the project in ``settings.json`` in the
## Change History
### Version 0.3.0
- Build output is now parsed for diagnostics, so errors can be jumped to quickly
and easily. [Thanks to twxs!](https://github.com/vector-of-bool/vscode-cmake-tools/issues/2)
### Version 0.2.5
- Option to set the path of the CMake executable via the ``cmake.cmakePath``

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

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