Commit 671d832
committed
fix(Wind): Correct userDataSync channel names in IPC stubs
The previous commit used incorrect IPC channel names for the userDataSync stubs:
- `userDataSyncService` renamed to `userDataSync` (matches workbench/services/userDataSync/electron-browser/userDataSyncService.ts:13)
- `userDataSync` renamed to `userDataSyncAccount` (matches userDataSyncIpc.ts:51)
The channel names now align with the actual VS Code IPC registration, ensuring calls route to the correct stub handlers.1 parent f0d6ccb commit 671d832
1 file changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
0 commit comments