Update package and changelog
This commit is contained in:
Родитель
8c90ff927e
Коммит
402f582cc0
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче