Commit Graph

126242 Commits

Author SHA1 Message Date
Raymond Zhao d5baf34009 Revert "fix: CLI is missing guard:cf flags" (#231874)
Revert "fix: CLI is missing guard:cf flags (#231863)"

This reverts commit 1e580bc97d.
2024-10-21 12:48:49 -07:00
Andrea Mah f5ac6168e0 Merge pull request #231873 from microsoft/andreamah/issue231399
Put `hasNode` check if refreshing particular elements
2024-10-21 12:04:09 -07:00
Andrea Mah 2a98b756b2 Search - collapsed nodes take multiple expansions (#231872)
Fixes #231602
2024-10-21 20:59:03 +02:00
Raymond Zhao d3bb5dd92f chore: publish symbols internally (#231869) 2024-10-21 20:55:36 +02:00
andreamah 0729b0fb6f Put hasNode check if refreshing particular elements
Fixes #231399
2024-10-21 11:46:16 -07:00
Raymond Zhao 1e580bc97d fix: CLI is missing guard:cf flags (#231863) 2024-10-21 19:53:34 +02:00
Tyler James Leonhardt 7cdb7ee9df Bump da distro (#231860)
distro UP
2024-10-21 19:42:46 +02:00
David Dossett 60311c31f8 Merge pull request #231859 from microsoft/ddossett/square-kangaroo
Update codicons and use edit session icon
2024-10-21 10:41:15 -07:00
David Dossett 7ab1b3e885 Update codicons and use edit session icon 2024-10-21 10:19:07 -07:00
Matt Bierner ecf3f0e6d6 Pick up latest TS for building VS Code (#231857) 2024-10-21 10:09:32 -07:00
Justin Chen 1e696c1075 bump distro (#231854) 2024-10-21 19:00:06 +02:00
Matt Bierner d0dcbfccc1 Small spelling fixes in vscode.d.ts (#231856) 2024-10-21 18:59:31 +02:00
Henning Dieterichs 15e9455b8f inline edits: implements extension contributable commands (#231850) 2024-10-21 09:35:29 -07:00
Benjamin Pasero f00458a152 chat - keep storage key updated for chat installation status (#231847) 2024-10-21 17:56:13 +02:00
Henning Dieterichs 44adad347c Fixes disposable leak (#231846) 2024-10-21 17:41:50 +02:00
Sandeep Somavarapu 2772c1d927 Merge pull request #229454 from trevor-scheer/main
Marker message white-space `nowrap` -> `pre`
2024-10-21 17:37:57 +02:00
Isidor Nikolic 0de9ec3a26 Merge pull request #231844 from microsoft/isidorn/prospective-bonobo
update distro pointer
2024-10-21 17:30:44 +02:00
Benjamin Christopher Simmonds 6fc6135e6e Improve error logging for missing tree nodes (#231843)
log node which is throwing
2024-10-21 17:20:38 +02:00
Henning Dieterichs d82b96f1f8 Improves inline edit colors (#231841) 2024-10-21 17:09:33 +02:00
isidorn d8fe57675e update distro pointer 2024-10-21 17:08:01 +02:00
Alexandru Dima b2224244ba Add undo/redo to chat editing pane (#231840) 2024-10-21 17:05:14 +02:00
Sandeep Somavarapu 7e0d5fa333 fix #230260 (#231838) 2024-10-21 16:41:38 +02:00
Robo f84b345a46 ci: cleanup snap publishing step (#231833) 2024-10-21 15:37:26 +02:00
Henning Dieterichs 92e6d3b917 improves inline edit rendering (#231828) 2024-10-21 13:13:53 +02:00
Robo 71e53b72de chore: enable coi on desktop (#231665) 2024-10-21 12:59:36 +02:00
Alexandru Dima 902710e334 Merge pull request #231824 from microsoft/alexd/handsome-egret
Fix issues around restoring snapshots
2024-10-21 12:58:02 +02:00
Alex Dima 16ff8ed9ac Spell out all arguments, don't do default values 2024-10-21 12:43:12 +02:00
Alex Dima 2b45eaec85 Don't transpose edits and recompute diffs when restoring snapshots 2024-10-21 12:42:44 +02:00
Benjamin Pasero 48c7be5dc5 fix: adjust zoom factor for menu and toolbar positioning in titlebar (#231825) 2024-10-21 12:03:28 +02:00
Alex Dima 104f0ac9db Group chat editing files together 2024-10-21 11:36:12 +02:00
Alex Dima c91c7b6c58 Split up chatEditingService.ts 2024-10-21 11:35:31 +02:00
Johannes Rieken 31ea6e5ce9 only one ask for all saves (#231821) 2024-10-21 10:58:26 +02:00
Johannes Rieken 33c0bfa037 enable model picker for inline chat (#231817)
https://github.com/microsoft/vscode-copilot/issues/9304
2024-10-21 10:13:04 +02:00
Alex Ross 8ec9d668d5 VSCode DDoS itself discovering ports for the tunnel feature (#231668)
* VSCode DDoS itself discovering ports for the tunnel feature
Fixes #230738

* Expand limit
2024-10-21 09:36:19 +02:00
Raymond Zhao 75caed98f2 chore: install make for snap (#231709)
* chore: install make for snap

* Also add g++

* Also list versions

* Again
2024-10-21 14:08:45 +09:00
Don Jayamanne 27d99fbee7 Set execution_count to null when clearning notebook outputs (#231806)
* Set execution_count to null when clearning notebook outputs

* Fix tests
2024-10-21 06:56:16 +02:00
Rob Lourens 05ff1fda3c Restore viewport context when no selection (#231804)
Was including the full file, after the implicit context widget was added. This sends a Location as the reference value for the current viewport.
2024-10-20 19:38:14 -07:00
Joyce Er 235982f240 chore: run OSS tool (#231800)
* chore: run OSS tool

* 🆙distro
2024-10-21 02:59:31 +02:00
Rob Lourens 7a4db2f0bf Disable implicit context in edit view (#231801)
Disable implicit context in other views
Mixup from #231705
2024-10-21 02:54:13 +02:00
Matt Bierner f785a170b6 Small fixes to inline anchor (#231798)
- Don't hold on to text mode
- Only update context when it's needed
- On click, just go to line instead of selecting range
- Don't show actions at all if there is no provider for them
2024-10-20 17:33:16 -07:00
Benjamin Pasero b87039d5e2 🆙 distro (#231787) 2024-10-20 17:54:43 +02:00
Benjamin Pasero d1c2ee820e aux window - fix status not showing on startup for notebooks (#231786) 2024-10-20 17:45:51 +02:00
Benjamin Pasero 42b425bc8e Offer chat install experience for entitled users (#231287) 2024-10-20 17:29:33 +02:00
Rob Lourens d72a0f0af6 Round of lmTools docs (#231745) 2024-10-19 13:56:56 -07:00
Andrea Mah 84f4e213b6 add throttle to search refresh (#231533) 2024-10-18 18:36:37 -07:00
Andrea Mah 1e20d8200b create folderQuerySearchTree (#231715)
Fixes https://github.com/microsoft/vscode/issues/227836
2024-10-18 18:34:53 -07:00
Matt Bierner b466b4c2e9 Add more commands to symbol anchors (#231713)
Adds support for `go to implantation` and `go to type definition`
2024-10-18 17:42:58 -07:00
Rob Lourens 7f42527b25 Fix non-chat panel tool confirm dialog (#231712) 2024-10-18 16:34:37 -07:00
Rob Lourens 64d1de414d Fix chat attachment container resizing (#231711)
- Don't render attachments during layout. It's async and always gets sized to the height of one attachment because that's all that has rendered
- Measure oldHeight before disposing previously rendered things
- Don't fire onDidChangeHeight immediately when the button is clicked, this also starts a layout while a render is happening
2024-10-18 16:34:23 -07:00
Rob Lourens f94a65c304 Implement "send and dispatch" (#231689)
* Implement "send and dispatch"

* Fix build

* Caps

* id
2024-10-18 15:58:58 -07:00