This commit is contained in:
vector-of-bool 2017-11-11 15:41:33 -07:00
Родитель 8c90ff927e
Коммит 402f582cc0
3 изменённых файлов: 9 добавлений и 1 удалений

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

@ -23,6 +23,10 @@
variable to the root path of the Emscripten SDK
(Contains `cmake/Modules/Platform/Emscripten.cmake`)
- Fix environment variables not passing from `settings.json` to configuration.
- **0.10.3**:
- Bugfixes:
- Debugging works again in the VSCode October update
- Various
### **0.9.0**

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

@ -40,6 +40,10 @@ add a PR for relevant information in the `docs/` subdirectory.
variable to the root path of the Emscripten SDK
(Contains `cmake/Modules/Platform/Emscripten.cmake`)
- Fix environment variables not passing from `settings.json` to configuration.
- **0.10.3**:
- Bugfixes:
- Debugging works again in the VSCode October update
- Various
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.10.2",
"version": "0.10.3",
"repository": {
"type": "git",
"url": "https://github.com/vector-of-bool/vscode-cmake-tools"