Commit ae00469
committed
fix: handle NoSuchMethodError in SerialSettingsPage
- Add defensive error handling for EclipseUtil.getSelectedIDFProjectInExplorer()
- Implement fallback to getSelectedProjectInExplorer() with IDF nature check
- Prevent terminal opening crash when no project is selected
- Gracefully handle bundle version conflicts in OSGi runtime1 parent 14d4fd1 commit ae00469
File tree
1 file changed
+24
-1
lines changed- bundles/com.espressif.idf.terminal.connector.serial/src/com/espressif/idf/terminal/connector/serial/controls
1 file changed
+24
-1
lines changedLines changed: 24 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
105 | 128 | | |
106 | 129 | | |
107 | 130 | | |
| |||
0 commit comments