meganrogge
7efe326c49
better precondition, enable commands to appear in command pallette
2024-01-16 11:34:21 -08:00
Connor Peet and GitHub
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 and GitHub
eeb6ee5c4f
Merge branch 'main' into merogge/speech-editor-terminal
2024-01-16 11:20:54 -08:00
Peng Lyu and GitHub
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 and GitHub
e1e6c5de26
Fix #202598 . Handle browser detection correctly in notebook webview preload ( #202599 )
2024-01-16 18:40:03 +01:00
Connor Peet and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
9204cd8b4b
testing: fix error hovering with no coverage open ( #202591 )
...
Fixes #202564
2024-01-16 17:05:18 +01:00
Sandeep Somavarapu and GitHub
c9127a68f1
rename ( #202588 )
2024-01-16 16:28:22 +01:00
Ladislau Szomoru and GitHub
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 and GitHub
62cb62c07b
fix #161906 ( #202582 )
2024-01-16 14:51:50 +01:00
Johannes Rieken and GitHub
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 and GitHub
48bc94d646
Git - 💄 make stash picker async ( #202573 )
2024-01-16 11:02:32 +01:00
Ladislau Szomoru and GitHub
61112949a6
Git - do not show checkout commands when searching ( #202567 )
2024-01-16 09:33:07 +01:00
Sandeep Somavarapu and GitHub
70869b7bc6
fix #78245 ( #202562 )
2024-01-16 09:05:22 +01:00
Benjamin Pasero and GitHub
a3e16ceaae
zoom - fix keybinding tooltips ( #202560 )
2024-01-16 08:49:36 +01:00
Sandeep Somavarapu and GitHub
7f825208bf
fix duplicate registrations ( #202557 )
2024-01-16 08:28:50 +01:00
Peng Lyu and GitHub
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 and GitHub
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 and Henning Dieterichs
9f15e17e79
Multi Diff Editor: Keeps selection when revealing file
2024-01-15 20:25:14 +01:00
Henning Dieterichs and 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 and GitHub
3541d8e3c5
Bump distro ( #202531 )
2024-01-15 18:28:21 +01:00
Henning Dieterichs and Henning Dieterichs
2571b285f5
Fixes #199325
2024-01-15 17:29:45 +01:00
Alex Ross and GitHub
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 and Henning Dieterichs
f70f159413
Fixes #202325
2024-01-15 16:59:44 +01:00
Ladislau Szomoru and GitHub
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 and GitHub
687df980c2
fix #201346 ( #202520 )
2024-01-15 16:54:48 +01:00
Sandeep Somavarapu and GitHub
57abc5f73f
fix #202181 ( #202519 )
...
* fix #202181
* remove
2024-01-15 16:39:21 +01:00
Benjamin Simmonds and GitHub
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 and GitHub
f42cf8d8a5
Git - 💄 show busy state while populating refs ( #202513 )
2024-01-15 16:05:24 +01:00
Ladislau Szomoru and GitHub
b245a42ed0
Git - Improve "Close Repository" and "Close Other Repositories" commands ( #202512 )
2024-01-15 20:21:19 +05:30
Sandeep Somavarapu and GitHub
e5dcf413bd
report user and workspace modified configurations ( #202489 )
2024-01-15 15:50:03 +01:00
Benjamin Pasero and GitHub
000c0860ef
Merge branch 'main' into merogge/speech-editor-terminal
2024-01-15 15:40:46 +01:00
Benjamin Pasero and GitHub
b94347eebf
debt - ensure partOptions are accessible only from service ( #202511 )
...
Otherwise we have a potential timing problem before the options propagate down to the floating windows.
2024-01-15 15:30:41 +01:00
Benjamin Simmonds and GitHub
ee5f2226b7
Fix Sticky Scroll Double Header in Settings UI ( #202506 )
...
fix #202090
2024-01-15 15:13:51 +01:00
Ladislau Szomoru and GitHub
3ae8c8ea62
Git - polish view stash command ( #202499 )
...
* Implement drop stash command
* Add apply and pop commands
* Rename "preview" command to "view"
* Fixed action order
* Add icons, update commands
2024-01-15 14:49:01 +01:00
John Murray and GitHub
2b06224582
Preserve sort order when filtering Git branch / tag quickpicks ( fix #199471 ) ( #199473 )
...
* Preserve sort order when filtering Git branch / tag quickpicks (fix #199471 )
* Fix the merge
* Dispose quickpick listeners
* Changes arising from PR feedback
* Rework listener disposal
2024-01-15 13:20:33 +00:00
SteVen Batten and GitHub
e09b5f48cc
Filter out consecutive separators in custom menus ( #202388 )
...
filter out consecutive separators in custom menus
2024-01-15 18:32:10 +05:30
Henning Dieterichs and Henning Dieterichs
8622b235e2
Revert "Remove bigNumbersDelta ( #194712 )"
...
This reverts commit fe249aa134 .
Fixes #202138
2024-01-15 12:30:40 +01:00
Benjamin Pasero and GitHub
62599aa08e
zoom - more polish ( #202496 )
2024-01-15 12:27:44 +01:00
Ladislau Szomoru and GitHub
55af1bc7fb
Git - checkout command improvements ( #202495 )
...
Git - complete checkout command when checkout quick pick is cancelled
2024-01-15 12:23:47 +01:00
Henning Dieterichs and Henning Dieterichs
746cc3b79f
Improves observable tests.
2024-01-15 12:10:36 +01:00