- Fixed highlighting errors
- Added more diagnostics to the Problems view
- Added documentation on hover for Yocto variables, flags and functions
- Added embedded languages features for python and shell scripts
- Improved syntax highlighting
- Code completion
- Hover documentation
- Added code completion for Yocto variables, keywords, overrides, classes, functions, include files
- Added BitBake build tasks
- Added BitBake build commands
- Added a BitBake parsing status bar
- Added a BitBake tree view for navigating and building recipes
- Check BitBake settings sanity and prompt the user
fixed deployment problems
Security updates of dependent packages
issue 25 Add settings parameter to disable the automatic creating an calling of executeBitBakeCmd.sh
issue 24 When opining a file with out a workspace the plugin generate the execute...sh file issue 26 required update packages to newest version #26
issue 23 moved executeBitBakeCmd.sh
script to the working folder. e.g. vscode-bitbake-build
if the setting for the working path is not changed
fixed typo in changelog for the issue 19
- issue 19 Add diagnostic messages on parsing errors
- issue 16 ERROR: Only one copy of bitbake should be run against a build directory
- issue 22 parsing is broken with vscode > 1.18 and yocto "roco"
- issue 21 Add command to set MACHINE Variable
- issue 20 Integrate the pull request: Rewording and cleanup of documentation
- issue 18 Add symbols to auto completion, found by scanning the current recipe
- issue 15 Error in recipes causes the plugin to crash and no longer work
- issue 17 When using require / include, the auto completion adds include files with absolute path
- issue 12 Reduce the output
- Small bug fixes
- Created version after rebased changes in files: README.md, LICENSE
- issue 13 Symbol SRC_URI[md5sum] is not detected
- issue 10 Add context-dependent variables to the suggestion
- issue 11 Add setting to examine more deeply
- issue 2 Add go to definition feature
- issue 1 The project is parsed only once
- issue 4 No icon is shown in the extension overview within Visual Studio Code
- issue 5 .conf files are not managed by vscode-bitbake plugin
- issue 6 Clean up server output
- issue 7 Add possibility to scan the project manually
- issue 3 Suggestion does not work properly
- Moved the files CHANGELOG.md and README.md to the correct location
- Initial release