-
Notifications
You must be signed in to change notification settings - Fork 133
WIP: SWTBot test case: ESP-IDF Manager Editor verification #1491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,10 @@ default.env.esp.python.version=3.9 | |
| default.env.esp.python.path=python3 | ||
| default.env.esp.idf.download.path=/opt/actions-runner/_work/idf-eclipse-plugin/idf-eclipse-plugin/ | ||
|
|
||
| # ESP-IDF tools installation directory used by EspIdfManagerTest | ||
| # Linux CI uses GITHUB_WORKSPACE placeholder; local Linux default is ~/.espressif/tools | ||
| default.env.idf.tools.path={0}/dependencies/idf-tools | ||
|
Comment on lines
+16
to
+18
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟠 Major | ⚡ Quick win Preserve the local tools-path fallback. When 🤖 Prompt for AI Agents |
||
|
|
||
|
|
||
| #Developer Path | ||
| #default.env.esp.idf.path=C:\\esp-tools\\esp-idf-v4.4.1 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: espressif/idf-eclipse-plugin
Length of output: 166
🏁 Script executed:
Repository: espressif/idf-eclipse-plugin
Length of output: 23785
Remove or consume
-DespIdfManager.runEimLaunchIntegration=true. No tracked code reads this property, so it does not enable the EIM launch integration test.🤖 Prompt for AI Agents