Skip to content

Commit

Permalink
Append change log
Browse files Browse the repository at this point in the history
  • Loading branch information
osesov committed Dec 20, 2019
1 parent 720bdfd commit 51425bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to the "zmk" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## 1.1.0

- Export zmk variables as env:zmk.XXX for c_cpp_properties.json.
In particular that allows zmk-generated paths to be used in compileCommands path, like that:

"compileCommands": "${env:zmk.buildDir}/compile_commands.json"

- Allow to show generated c_cpp_properties.json as virtual doc

## 1.0.6
- command: zmkUpdateBundlesInclude. Command allows to update c_cpp_properties.json, replacing adding bundles include paths.
Note that only these configurations are updated, which already refer path, starting from
Expand Down

0 comments on commit 51425bd

Please sign in to comment.