Commit aa56e4e
remote tunnels: unify agent window access (#333886)
* remote tunnels: unify agent window access
Use one Remote Tunnel Access state for the editor and Agents window.
- Route the Agents window toggle through the Remote Tunnel commands.
- Use GitHub authentication without extra pickers or service installation.
- Keep tunnel rename UI and synchronize tunnel status across both surfaces.
- Remove separate Agent Host tunnel hosting services and process modes.
- Preserve web discovery with a browser-safe Remote Tunnel service.
(Commit message generated by Copilot)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* remote tunnels: fix agent window initialization
Prevent early command execution and false connection notifications in the Agents window.
- Register the titlebar action after Remote Tunnel commands are available.
- Seed the initial sharing state before enabling transition notifications.
- Add tests for initial snapshots and status events during initialization.
(Commit message generated by Copilot)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 93c1915 commit aa56e4e
28 files changed
Lines changed: 1196 additions & 1519 deletions
File tree
- src/vs
- platform
- agentHost
- common
- node
- test/node
- remoteTunnel
- browser
- common
- node
- test
- browser
- node
- sessions
- contrib
- providers/remoteAgentHost
- browser
- test/browser
- tunnelHost
- browser
- electron-browser
- test
- browser
- electron-browser
- workbench/contrib
- chat
- common
- electron-browser
- test/electron-browser
- remoteTunnel
- electron-browser
- test/electron-browser
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | | - | |
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
| |||
434 | 433 | | |
435 | 434 | | |
436 | 435 | | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | 436 | | |
441 | 437 | | |
442 | 438 | | |
| |||
529 | 525 | | |
530 | 526 | | |
531 | 527 | | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | 528 | | |
536 | 529 | | |
537 | 530 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
534 | 534 | | |
535 | 535 | | |
536 | 536 | | |
537 | | - | |
538 | | - | |
539 | | - | |
540 | | - | |
541 | | - | |
542 | | - | |
543 | | - | |
544 | | - | |
545 | 537 | | |
546 | 538 | | |
547 | 539 | | |
| |||
560 | 552 | | |
561 | 553 | | |
562 | 554 | | |
563 | | - | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
This file was deleted.
0 commit comments