forked from yoctoproject/vscode-bitbake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: Have broader bitbake settings sanity checks
When the user opens a new workspace he'll probably need to configure the extension. Sanity checks are here to check that the settings are remotely accurate. They don't check that bitbake is fully functionnal but quickly allow detecting settings errors. Previously, the only check and notification regarded the bitbake folder. Now, the environment script is also checked. The build path doesn't need to be checked because it is dynamically created. The notification message has been changed to be more generic. The "Open Settings" button now opens the workspace settings with a more accurate filter.
- Loading branch information
1 parent
d6fca99
commit 034c462
Showing
3 changed files
with
22 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters