Releases in reverse chronological order.
Please check GitHub and close existing issues and pull requests.
- cce8ff7 0.5.1
- e134d0e prepare 0.5.1
- d764b64 README-DEVELOPER update
- 9de2ab5 .vscode/launch.json: add sourceMaps
- 25575be #45: update cpp_properties for sub-packages
- 77da505 0.5.0 actually
- ad1c130 0.5.0
- c11c2c9 package.json: engines.vscode 1.79.1
- fff0706 prepare v0.5.1
- 3b7948d silence standard warning
- e63a01a bump deps
- 9557229 launch.json: add sourceMaps
- 394560e #45: descend into xpacks
- bc0c2fa README update
- fb5b770 0.4.22
- a24c5ed prepare v0.4.22
- a73cd0f tsconfig.json: revert to module: commonjs
- 032f302 #38: accept comments in c_cpp_properties.json
- 916365c package.json: add comment-json
- c379e70 .vscode/settings.json: ignoreWords
- 4e8335a fix typos
- 8cad29f package.json: reorder scripts
- 16810f8 0.4.21
- c715492 prepare v0.4.21
- 055f638 package.json: reorder deps
- 20515cb tests/single: install2
- aaf123b #40: filter out configs without devDependencies
- ddf9343 #39: add Copy to right click
- eed9c50 tests/single: use hidden configurations
- f26ed23 #37: skip hidden build configurations
- d583eb8 tsconfig.json: use es6 modules & resolution
- 6216c82 README updates
- e207a6d package.json: cleanups in activationEvents
- c89f65e package.json: update scripts
- 1994615 engines: vscode 1.75.0
- f2ba67a package.json: bump deps
- fabec90 #40: make the install button visible
- 1dee595 definitions.ts: add *dependencies
- a4f5df9 webpack.config.js: suppress warning
- prepare v0.4.20
- prepare v0.4.19
- 6d304bd #35: add the Hello World QEMU template
- d705cdd bump deps
- prepare v0.4.18
- d49e057 #34: implement
hidden
property
- v0.4.17 published
- [#31] - update for buildConfiguration inheritance
- v0.4.16 published
- [#22] - fix Explorer tree refresh after package.json edit
- v0.4.15 published
- [#21] - fix race condition in showing explorer
- v0.4.14 published
- no longer use
"configurationProvider": "ms-vscode.cmake-tools"
inc_cpp_properties.json
- dependency on
ms-vscode.cmake-tools
removed
- v0.4.13 published
- update to use
@xpack/xpm-liquid
- v0.4.12 published
- remove Known Issues from README.md
- v0.4.11 published
- [#12] - do not register the configuration provider, use CMake for now
- v0.4.10 published
- [#16] - add commands to remove actions
- [#15] - add right-click commands
- [#6] - add code to duplicate existing configurations
- [#5] - add xpack.exclude to configuration
- [#2] add updateConfigurationNpmExclude
- [#4] - Add configuration variable for maxDepthLevel
- [#14] - add configuration variable for the log level
- v0.4.9 published
- fix README link
- v0.4.8 published
- [#13] - write
c_cpp_properties.json
only in workspace folders
- v0.4.7 published
- simplify README and refer to new web site
- [#10] - add watcher to update
c_cpp_properties.json
- [#9] - fix
package.json
watcher concurrency - some refactoring for workspaceFolders
- v0.4.4 published
- package.json: add dependencies to cpptools & cmake
- data-model: fix uri.fsPath
- v0.4.3 published
- v0.4.2 published
- add Quick Start with images to README
- v0.4.0 published
- support to create new projects from templates
- internal watchers to automate refresh on
package.json
changes - explorer: rework descriptions & tooltips
- v0.3.2 published
- fix run
xpm install
from explorer
- v0.3.0 published
- #1 - add commands to create configs & actions
- IntelliSense: write
c_cpp_properties.json
back only if not empty
- v0.2.2 published
- migrate to webpack
- perform Liquid substitution to compute
buildFolderRelativePath
- perform Liquid substitution to show actions tooltips
- add IntelliSense, via
c_cpp_properties.json
- explorer: configurations start as collapsed
- v0.1.5 published
- add status bar and picker for the IntelliSense configuration
- add tasks for
xpm install
- add tasks for action
- add xPacks Actions explorer
- v0.0.1 published
- create initial version with
yo code