Commit 8310a1b
authored
Avoid python extension interference in the bundle init terminal (#1595)
## Changes
Fixing bugs with `setTimeout`, yeehaw!
See the comment in the code.
How the bug looks like:
<img width="605" alt="Screenshot 2025-03-06 at 10 20 02"
src="https://github.com/user-attachments/assets/86b05f9d-b696-4150-a974-ea7c39cdc8dd"
/>
After the fix:
<img width="605" alt="Screenshot 2025-03-06 at 10 20 10"
src="https://github.com/user-attachments/assets/13530213-c924-423c-bd2b-e994cca84f4c"
/>
The bug only happens when python extension has specific A/B test
enabled, not for everyone.
## Tests
We have existing e2e tests for the wizard1 parent 3eaf3cc commit 8310a1b
1 file changed
+22
-9
lines changedLines changed: 22 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
137 | 157 | | |
138 | 158 | | |
139 | 159 | | |
| |||
151 | 171 | | |
152 | 172 | | |
153 | 173 | | |
| 174 | + | |
154 | 175 | | |
155 | 176 | | |
156 | 177 | | |
| |||
162 | 183 | | |
163 | 184 | | |
164 | 185 | | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
| 186 | + | |
174 | 187 | | |
175 | 188 | | |
176 | 189 | | |
| |||
0 commit comments