This commit is contained in:
vector-of-bool 2017-06-05 22:54:56 -06:00
Родитель e7715541b2
Коммит c4f833050c
3 изменённых файлов: 3 добавлений и 1 удалений

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

@ -33,6 +33,7 @@
can still be disabled in the user settings.
- Fixes for using Xcode
- Many smaller fixes and tweaks after the long hiatus in development.
- **0.9.6**: Fix startup issue on Windows
### **0.8.0**:
- **Automatic Environment Selection**. CMake Tools will now automatically

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

@ -49,6 +49,7 @@ add a PR for relevant information in the `docs/` subdirectory.
can still be disabled in the user settings.
- Fixes for using Xcode
- Many smaller fixes and tweaks after the long hiatus in development.
- **0.9.6**: Fix startup issue on Windows
As always: Please report any issues, questions, or comments to the GitHub
project issues list!

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

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