Benjamin Pasero and GitHub
07aa091469
debt - fix more memory leaks ( #207034 )
2024-03-07 08:36:05 +01:00
Peng Lyu and GitHub
cc1f5e3acf
History in notebook cell chat ( #207029 )
2024-03-07 04:35:23 +01:00
Tyler James Leonhardt and GitHub
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 and GitHub
c8024cf91f
Reserve focus for cell chat widget. ( #207000 )
2024-03-06 16:13:47 -08:00
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 and GitHub
5bdc31357d
cli: update dev tunnel sdk ( #207018 )
2024-03-06 16:10:10 -08:00
Daniel Imms and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
25f1b18fbc
fix #204573 ( #207008 )
2024-03-06 22:02:10 +01:00
Rob Lourens and GitHub
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 and GitHub
a381c88fd3
speech - fix telemetry props ( #206993 )
2024-03-06 11:26:43 -08:00
meganrogge
14faed3b68
add to accessibiliity help dialog
2024-03-06 11:13:14 -08:00
meganrogge
7bbdb593f4
only calculate for chat provider
2024-03-06 10:50:37 -08:00
meganrogge
828d3c030e
don't use copy action
2024-03-06 10:48:18 -08:00
Daniel Imms and GitHub
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
Johannes
85af13471d
add ChatLocation so that chat participants can contribute to terminal chat
2024-03-06 19:12:11 +01:00
Tyler James Leonhardt and GitHub
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 and GitHub
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
BeniBenj
182fd05742
Settings description
2024-03-06 18:09:53 +01:00
BeniBenj
550954c442
max width
2024-03-06 17:57:45 +01:00
gjsjohnmurray
ee36c8c2df
Use ILocalizedString correctly
2024-03-06 16:21:58 +00:00
gjsjohnmurray
6536c8b045
Relocate listeners
2024-03-06 15:59:45 +00:00
gjsjohnmurray
904d3707a8
Refactor for clarity
2024-03-06 15:59:44 +00:00
John Murray and GitHub
047fba37c4
Merge branch 'main' into do-162262
2024-03-06 15:56:59 +00:00
BeniBenj
469b7f8523
use footer
2024-03-06 16:53:15 +01:00
Megan Rogge and GitHub
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 and GitHub
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 and GitHub
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
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 and GitHub
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 and GitHub
6bdee9d1e3
do not use downloading state ( #206955 )
2024-03-06 13:12:18 +01:00
Johannes Rieken and GitHub
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
BeniBenj
ab3fbb5baa
header / footer
2024-03-06 12:49:26 +01:00
BeniBenj
bb71ca5a59
design 2
2024-03-06 11:57:24 +01:00
Sandeep Somavarapu and GitHub
982998a94c
fix populating update properties for darwin ( #206947 )
2024-03-06 11:00:50 +01:00
Simon Siefke and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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