Commit graph

119316 commits

Author SHA1 Message Date
Miroma d2599af6b9
Change default YAML extension (#206447) 2024-03-07 09:42:35 +01:00
Benjamin Pasero 07aa091469
debt - fix more memory leaks (#207034) 2024-03-07 08:36:05 +01:00
Peng Lyu cc1f5e3acf
History in notebook cell chat (#207029) 2024-03-07 04:35:23 +01:00
Tyler James Leonhardt d990bac0cf
Add keybinding for navigating separators (#207028)
Fixes https://github.com/microsoft/vscode/issues/70861
2024-03-06 19:02:16 -08:00
Peng Lyu c8024cf91f
Reserve focus for cell chat widget. (#207000) 2024-03-06 16:13:47 -08:00
Andy Schoenberger 59ec734843
Only one subscriber for kernels for onDidChangeSelectedNotebooks (#204417)
Co-authored-by: Peng Lyu <penn.lv@gmail.com>
2024-03-06 16:10:33 -08:00
Connor Peet 5bdc31357d
cli: update dev tunnel sdk (#207018) 2024-03-06 16:10:10 -08:00
Daniel Imms 8ff837c359
Merge pull request #207016 from microsoft/tyriar/api_wording
Fix description of hideFromUser api
2024-03-06 14:56:20 -08:00
Daniel Imms 4b48b41941
Tweak wording 2024-03-06 14:41:18 -08:00
Daniel Imms 046a9980ec
Revert "Tweak wording"
This reverts commit 55e64beda6.
2024-03-06 14:39:58 -08:00
Daniel Imms d3e035f00f
Revert "Add change to missed file"
This reverts commit 1802552fc5.
2024-03-06 14:39:55 -08:00
Megan Rogge 0608109a61
Merge pull request #207012 from microsoft/merogge/diff-editor-announcement
announce when a diff editor becomes the active editor
2024-03-06 13:58:42 -08:00
Connor Peet 5cbe2b9646
debug: tighten down debugFocus API proposal (#207006)
* debug: tighten down debugFocus API proposal

Some bug fixes and reworking to align better with our APIs

* fix getter error
2024-03-06 22:58:09 +01:00
meganrogge c36f459a6c
fix #202876 2024-03-06 13:41:49 -08:00
Sandeep Somavarapu 25f1b18fbc
fix #204573 (#207008) 2024-03-06 22:02:10 +01:00
Rob Lourens 586b9561d8
Show dynamically registered participants in suggest widget (#206989)
* Show dynamically registered participants in suggest widget

* Fix
2024-03-06 21:07:53 +01:00
Benjamin Pasero a381c88fd3
speech - fix telemetry props (#206993) 2024-03-06 11:26:43 -08:00
Daniel Imms 9b44bc28ca
Merge pull request #206994 from microsoft/tyriar/205133
Run SI env changes even if it gets disabled
2024-03-06 10:47:22 -08:00
Daniel Imms ead4838885
Run SI env changes even if it gets disabled
Fixes #205133
2024-03-06 10:30:28 -08:00
Tyler James Leonhardt cd6bd0a01a
Bug fix: check account id not session id (#206990)
This should be checking the account id not the session id... otherwise the user will get a modal every time they go through the login flow.
2024-03-06 19:02:46 +01:00
Johannes Rieken b37060a43a
Have InlineChatWidget and EditorBasedInlineChatWidget so that the former can be reuse outside of an editor context (#206986)
https://github.com/microsoft/vscode/issues/206940
2024-03-06 18:28:31 +01:00
Megan Rogge db18d5819c
Merge pull request #204844 from microsoft/merogge/chatWidget3
Experimental terminal inline chat
2024-03-06 07:20:16 -08:00
Daniel Imms 5fd0172e1c
Fix compile issues 2024-03-06 07:04:18 -08:00
Sandeep Somavarapu cdc9903812
update reload action name (#206971) 2024-03-06 15:57:01 +01:00
Daniel Imms 1837fba9dc
Add todo for inline chat context key 2024-03-06 06:42:33 -08:00
Daniel Imms 1a5e878411
Merge remote-tracking branch 'origin/main' into merogge/chatWidget3 2024-03-06 06:40:02 -08:00
Benjamin Pasero b4e63addcb
Reduce memory leaks (fix #195889) (#206950)
* leaks - fix group listener leak in open editors

* leaks - stop patching `window.focus()`

* fix more leaks

* fix more leaks
2024-03-06 14:47:45 +01:00
Sandeep Somavarapu 639b71bdce
fix downloading state in darwin (#206960)
* fix downloading state in darwin

* do not show user forced update notification in specific cases

---------

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2024-03-06 14:28:46 +01:00
Johannes Rieken b92a5dd3f0
relayout when zone widget width changes (#206963)
* inline - change the input editor to be a normal editor, not an embedded one

https://github.com/microsoft/vscode/issues/206940

* relayout when zone widget width changes
2024-03-06 14:01:19 +01:00
Sandeep Somavarapu 6bdee9d1e3
do not use downloading state (#206955) 2024-03-06 13:12:18 +01:00
Johannes Rieken 9626fb0cd2
Inline chat widget tweaks (#206954)
* make status menu configurable

https://github.com/microsoft/vscode/issues/206940

* pull inline chat zone widget into its own file

* 💄

* remove expand/crop feature

* make chat message contents scrollable
2024-03-06 12:51:50 +01:00
Sandeep Somavarapu 982998a94c
fix populating update properties for darwin (#206947) 2024-03-06 11:00:50 +01:00
Simon Siefke ea142b5ccd
fix: memory leak in notebook baseCellViewModel (#205499)
* fix: memory leak in notebook baseCellViewModel

* fix: dispose when detaching text editor

* use mutabledisposable
2024-03-05 19:15:43 -08:00
Sandeep Somavarapu 1be73b4a51
Update extensions compatible with newly available VS Code version (#206924)
#125417 update extensions compatible with newly available VS Code version
2024-03-05 16:18:59 -08:00
Peng Lyu 8d5de70f54
Merge pull request #206916 from microsoft/rebornix/visiting-krill
Update notebook list view rendering on chat widget accept/dismiss.
2024-03-05 14:49:37 -08:00
rebornix defc1d52b7
Focus stays in generated cell. 2024-03-05 12:23:09 -08:00
rebornix c0300af60a
Trigger notebook list rerender when whitespace is dismissed. 2024-03-05 11:48:38 -08:00
Matt Bierner 957ccc6050
Set session id as chat code block authority (#206912)
Set session id and chat code block authority
2024-03-05 20:42:06 +01:00
Bhavya U 8374b219a7
Fix open walkthrough command for selecting a specific step (#206909) 2024-03-05 11:41:24 -08:00
Benjamin Pasero e3e0fe00a3
integrity - polish warnings (#206896) 2024-03-05 11:05:33 -08:00
Sandeep Somavarapu 936a283cf9
fix #206764 (#206887) 2024-03-05 14:54:23 +01:00
Martin Aeschlimann 8aca9a5331
JSON Language Server output channel appears twice (#206877) 2024-03-05 10:01:55 +01:00
Benjamin Christopher Simmonds 6c9d5b3df6
Custom hovers for input box except when focused (#206873)
Customhovers for inputbox but not when focused
2024-03-05 09:27:28 +01:00
Hylke Bons e09633b182 codicons: Add back copyright header 2024-03-05 09:13:59 +01:00
Hylke Bons fd98a6877a codicons: Move out aliases 2024-03-05 09:13:59 +01:00
Benjamin Christopher Simmonds d0780ec1c1
Fix Instant Custom Hover Issue (#206870)
fixes #206762
2024-03-05 09:02:19 +01:00
Connor Peet d73fa8b14a
debug: support data breakpoints by address (#206855)
This creates a new "Add Data Breakpoint at Address" action in the
breakpoints view when a debugger that supports the capability is
available. It prompts the user to enter their address in a quickpick,
and then allows them to choose appropriate data access settings.

The editor side of https://github.com/microsoft/debug-adapter-protocol/issues/455
2024-03-04 20:08:00 -08:00
Tyler James Leonhardt 191be39e5a
Make sure the same GitHub account is used until we support multiple GH accounts (#206847)
Fixes https://github.com/microsoft/vscode/issues/203850
2024-03-04 15:01:51 -08:00
Andrea Mah 5abb308447
Fix go to file button on quick search (#206846) 2024-03-04 14:26:18 -08:00
Rob Lourens 663376e32d
Move more stuff from interactive to participants (#206647)
* Remove 'inputPlaceholder' from InteractiveSession

* Get rid of 'responder' on InteractiveSession

* Remove 'requester' details from interactive session provider, move to default agent

* Set up default chat participant to make this test pass

* Update error
2024-03-04 14:01:13 -08:00