Commit graph

117911 commits

Author SHA1 Message Date
Andrea Mah
f00ee84937
add message for blank picker in quick search (#202625)
add message for blank picker
2024-01-16 16:21:44 -08:00
Andrea Mah
6d6bb5889a
Fix partial result transfer in quick search (#201917) 2024-01-16 14:59:56 -08:00
meganrogge
54e45bd049
fix #199422 2024-01-16 14:38:19 -08:00
Peng Lyu
959eac3b51
Fix layout errors for hidden cells. (#202617) 2024-01-16 14:19:39 -08:00
meganrogge
73178af4c2
add more punctuation to map 2024-01-16 12:28:15 -08:00
Connor Peet
3d0c49ab4d
testing: use better icon for clear all results (#202608) 2024-01-16 20:52:34 +01:00
Peng Lyu
3c4a743234
Fix insert generated cell location (#202607) 2024-01-16 20:40:29 +01:00
meganrogge
7f400caa84
add css class 2024-01-16 11:38:20 -08:00
meganrogge
77894e0a52
rename 2024-01-16 11:35:51 -08:00
meganrogge
7efe326c49
better precondition, enable commands to appear in command pallette 2024-01-16 11:34:21 -08:00
Connor Peet
f58d7ff83d
cli: fix GLIBC version requirement hardcoded in error message (#202605)
Fixes #202082
2024-01-16 11:34:18 -08:00
meganrogge
70575102e7
move to terminal land 2024-01-16 11:31:15 -08:00
Megan Rogge
eeb6ee5c4f
Merge branch 'main' into merogge/speech-editor-terminal 2024-01-16 11:20:54 -08:00
Peng Lyu
7b3a15c679
Support rendering cell index in resource label (#202554)
* Support rendering cell index in resource label

* localize the title
2024-01-16 19:45:36 +01:00
Peng Lyu
e1e6c5de26
Fix #202598. Handle browser detection correctly in notebook webview preload (#202599) 2024-01-16 18:40:03 +01:00
Connor Peet
fee9ef203a
eng: run with coverage on decoration click for more selfhosting (#202592) 2024-01-16 18:25:15 +01:00
Johannes
481d7bb72d
Use hold mode in start inline chat action to enable speech 2024-01-16 18:16:31 +01:00
Alex Ross
351e07bbb6
Error: Cannot register two commands with the same id: workbench.action.focusCommentsPanel (#202596)
Fixes #202563
2024-01-16 18:10:26 +01:00
Johannes
ca3a8724f4
add IKeybindingService#enableKeybindingHoldMode 2024-01-16 18:05:25 +01:00
SteVen Batten
f64beed461
don't layout notebook when not visible (#202392)
* don't layout notebook when not visible

* only call this when hiding
2024-01-16 08:54:24 -08:00
Connor Peet
9204cd8b4b
testing: fix error hovering with no coverage open (#202591)
Fixes #202564
2024-01-16 17:05:18 +01:00
Sandeep Somavarapu
c9127a68f1
rename (#202588) 2024-01-16 16:28:22 +01:00
Ladislau Szomoru
697936c5f8
Git - update getBranchBase so that it returns an upstream branch (#202586) 2024-01-16 16:17:40 +01:00
BeniBenj
17130bbeab
Refactored title bar style configuration and updated related usage across multiple files 2024-01-16 15:14:52 +01:00
Johannes
ec9ab00fae
Merge branch 'main' into joh/bumpy-bonobo 2024-01-16 15:01:58 +01:00
Sandeep Somavarapu
62cb62c07b
fix #161906 (#202582) 2024-01-16 14:51:50 +01:00
Johannes Rieken
b8b5a4aad0
Move hunk computation into sessions, let strategies render them (#202578)
* chore - move chat session service implementation and interface into their own files

* chore - move chat saving service implementation and interface into their own files

* - move hunks into session (instead of strategy)
- recompute them after receiving AI changes
- accept& discard moves hunks from textModelN to textModel0 and vice versa
- service renames
- tests

* - session doesn't know about an editor, only service does
- allow to "move" session to a different editor
- let controller pickup session after move to its editor
- session saving picks up orphand sessions

* try to restore editors when group is still valid

* ctrl - don't pause when cancellation happens during session create

* fix tests
2024-01-16 14:50:19 +01:00
Johannes
da97e11773
update quick voice keybindings/chords (disable) 2024-01-16 14:38:56 +01:00
Johannes
ae1901bb32
Merge branch 'main' into joh/bumpy-bonobo 2024-01-16 14:31:28 +01:00
Ladislau Szomoru
48bc94d646
Git - 💄 make stash picker async (#202573) 2024-01-16 11:02:32 +01:00
Ladislau Szomoru
61112949a6
Git - do not show checkout commands when searching (#202567) 2024-01-16 09:33:07 +01:00
Sandeep Somavarapu
70869b7bc6
fix #78245 (#202562) 2024-01-16 09:05:22 +01:00
Benjamin Pasero
a3e16ceaae
zoom - fix keybinding tooltips (#202560) 2024-01-16 08:49:36 +01:00
Sandeep Somavarapu
7f825208bf
fix duplicate registrations (#202557) 2024-01-16 08:28:50 +01:00
Peng Lyu
2c8f29174a
Allow extensions invoke cell chat with prefilled input. (#202549)
* Allow extensions invoke cell chat with prefilled input.

* Add autoSend support
2024-01-15 20:57:21 -08:00
Peng Lyu
c7ea84b4f5
Ctrl/CMD+Arrow for navigating across cell editor and widget (#202539)
* Fix up arrow when cell widget is visible

* Use Ctrl/CMD+Arrow for navigating across cell editor and widget
2024-01-15 13:57:11 -08:00
Henning Dieterichs
9f15e17e79 Multi Diff Editor: Keeps selection when revealing file 2024-01-15 20:25:14 +01:00
Henning Dieterichs
dfafddabf4 Consider focus of overflowWidgetsDomNode for editor.focus/blur.
This is important when overflowWidgetsDomNode is outside of the editor.
Fixes rename in multi diff editor. Related #105346.
2024-01-15 20:24:46 +01:00
Alex Ross
3541d8e3c5
Bump distro (#202531) 2024-01-15 18:28:21 +01:00
Henning Dieterichs
2571b285f5 Fixes #199325 2024-01-15 17:29:45 +01:00
Alex Ross
7109701918
Expose git merge as extension API (#202503)
* Expose git merge as extension API
Part of microsoft/vscode-pull-request-github#200

* Respond to PR feedback
2024-01-15 17:22:43 +01:00
Henning Dieterichs
f70f159413 Fixes #202325 2024-01-15 16:59:44 +01:00
Ladislau Szomoru
5ae0bf1f79
Git - "Close Repository" and "Close Other Repositories" now works in the main Source Control view (#202521) 2024-01-15 16:55:59 +01:00
Sandeep Somavarapu
687df980c2
fix #201346 (#202520) 2024-01-15 16:54:48 +01:00
Sandeep Somavarapu
57abc5f73f
fix #202181 (#202519)
* fix #202181

* remove
2024-01-15 16:39:21 +01:00
Benjamin Simmonds
60d1eed149
Remove Sticky Scroll focus outline and background in settings editor (#202514)
Settings editor remove focus outline and background
2024-01-15 16:21:53 +01:00
Ladislau Szomoru
f42cf8d8a5
Git - 💄 show busy state while populating refs (#202513) 2024-01-15 16:05:24 +01:00
Ladislau Szomoru
b245a42ed0
Git - Improve "Close Repository" and "Close Other Repositories" commands (#202512) 2024-01-15 20:21:19 +05:30
Sandeep Somavarapu
e5dcf413bd
report user and workspace modified configurations (#202489) 2024-01-15 15:50:03 +01:00
Benjamin Pasero
000c0860ef
Merge branch 'main' into merogge/speech-editor-terminal 2024-01-15 15:40:46 +01:00