- Update dependencies
- Merge #7
- Update the extension's configuration json files
- Require VSCode >= 1.22.0
- Fix README
- Add the commands introduced in 0.1.0 to the extension's
activationEvents
- Minor fixes/updates to the readme
- New feature: CMake downloader and version manager
- Update for CMake Tools 0.9.7 (use the API's
_backend
instead of_impl
)
- Use CMake Tools 0.9.5 API to be notified by config/target changes
- Minor code fixes/refactoring
- Create the .vscode directory if it doesn't exist (should fix some issues on Linux)
- Remove obsolete dependency to the
hooks
package (I've usedproxy-observe
instead and forgot to removehooks
) - Update dependencies:
"mocha": "^3.4.2"
- Unify line endings (LF) in the source files
- Use 5 tags in package.json
- Update
devDependencies
"@types/node": "^7.0.22" "@types/mocha": "^3.4.2"
- Add
proxy-observe
as a runtime dependency
- Fix null/undefined ref usage
- Initial release