-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🐛 Replace ShellExcecution -> ProcessExecution - Replaced Shell Executions task type with Process Executions - Modified a bit the code for consistency in the project (replacing, workspace variable name to workspaceUri because there is a vscode.workspace an this two can be confused if we import "workspace" from "vscode" specifically. * Update variable name From workspace to workspaceUri * Removing validations for whitespaces TODO: UI changes to let user know it only work on version of esp-idf 5.0 and higher * Change node.processChild.exec to .execFile Revert "Change node.processChild.exec to .execFile" This reverts commit b703c26. Revert "Revert "Change node.processChild.exec to .execFile"" This reverts commit 84fcba5. * 🐛 Fix activation, forgot empty variable * Fix JTAG Flash for whitespaces * Fix whitespaces for monitoring Fix typo for espBom 🎨 Fix formatting * Add UI Validation for whitespaces * Update documentation 🎨 Fix formatting * Reverting all UI changes Use CMake Bin Path for building * Fix conflict * Reintroducing validation for tools path * Fix getting user's shell If user doesn't have default terminal set, we just use the default ones for each os * Fix python paths for Mac * Add UI Validation for Installation * Add back documentation part * Reintroduce margin * Add validation for empty paths
- Loading branch information
1 parent
ee15bac
commit 9096b39
Showing
30 changed files
with
596 additions
and
397 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
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
Oops, something went wrong.