Sandeep Somavarapu and GitHub
b69fb3a61b
fix #201707 ( #201722 )
2024-01-03 15:56:57 +01:00
Henning Dieterichs and Henning Dieterichs
17e0dec8cf
Fixes #198471
2024-01-03 12:46:30 +01:00
Benjamin Pasero and GitHub
93a6a2a125
untitled - encapsulate and update model within input ( #201712 )
2024-01-03 12:25:14 +01:00
Benjamin Pasero and GitHub
12656dc79d
aux window - fix issue with restoring when main window is empty ( #201698 )
2024-01-03 08:40:05 +01:00
Ulugbek Abdullaev
2db6dc982a
inline chat: better wording for re-running without intent detection
2024-01-02 21:29:19 +05:00
Ulugbek Abdullaev
275819ac9d
inline chat: refactor: use RERUN_INPUT instead of ACCEPT_INPUT for re-running without intent detection
2024-01-02 21:27:19 +05:00
df8db3a75a
For open diff editors, resolve the underlying original editor to set … ( #201597 )
...
* For open diff editors, resolve the underlying original editor to set the appropriate language debugger.
* Get modified editor rather than original.
---------
Co-authored-by: Mahmoud Khalil <mahmoudsalah@google.com >
2023-12-31 07:28:35 +00:00
Benjamin Pasero and Benjamin Pasero
83b909c39f
aux window - ensure focus window before showing editor close confirmation
2023-12-30 01:41:14 +01:00
Benjamin Pasero and Benjamin Pasero
ce283e0bc1
editors - separate split in editor action
2023-12-30 01:41:14 +01:00
Benjamin Pasero and Benjamin Pasero
35c44eeb27
Aux window: reduce $window usage ( #195888 )
2023-12-30 01:41:14 +01:00
Benjamin Pasero and Benjamin Pasero
ea076f5bdf
debt - tweak some keybindings
2023-12-30 01:41:14 +01:00
Benjamin Pasero and Benjamin Pasero
c29a6e10b9
aux window - allow a per-window zoom level ( #185836 )
2023-12-30 01:41:14 +01:00
Benjamin Pasero and Benjamin Pasero
3754487074
aux window - enable reload window
2023-12-30 01:41:14 +01:00
Benjamin Pasero and Benjamin Pasero
6bda74d83a
aux window - track fullscreen state per window ( #197325 )
2023-12-30 01:41:14 +01:00
Benjamin Pasero and GitHub
14d01569e5
Aux window: support to restore aux windows and editors ( fix #195887 ) ( #201291 )
2023-12-29 08:46:38 +01:00
Benjamin Pasero and GitHub
01b8428485
VSCode always restores the panel size if toggling primary side bar. ( fix #195119 ) ( #201567 )
2023-12-29 08:39:35 +01:00
Justin Carrus
676d7ba485
Increase editor.stickyScroll.maxLineCount from 10 to 20
2023-12-24 01:22:12 +00:00
Russell Davis
bac1926029
Fix decreaseIndentPattern for javascript and typescript
...
Fixes #201424
It wasn't matching closing parens, which resulted in these issues:
* Pressing enter with just a closing paren to the right of the caret
wouldn't result in a dedent on the next line
* With the caret at the start of the line below a line containing only a
closing paren, pressing tab would result in an extra level of
indentation
2023-12-22 20:15:13 -08:00
Ladislau Szomoru and GitHub
860d67064a
Git - refactor ref pickers ( #201411 )
...
* Refactored quick picks
* Another set of refactoring
* Moved over the remaining classes
* git.checkoutType setting should only be used by the Checkout quick pick
* Introduce RefProcessor and cleanup code
* Introduced multiple processor types
* Another round of refactoring
2023-12-22 22:59:54 +01:00
Alexandru Dima and GitHub
58041888f4
Copy width & height from the ResizeObserver callback ( #201406 )
...
Copy width & height from the ResizeObserver callback to avoid "ResizeObserver loop completed with undelivered notifications" error (fixes microsoft/monaco-editor#4311 )
2023-12-22 07:19:04 -08:00
Gayan Perera
05e23a3d8e
add icon support for better diff look of pending breakpoints
2023-12-21 20:39:23 +01:00
Benjamin Pasero and GitHub
30b7773127
layout - show keybindings in picker ( fix #143669 ) ( #199512 )
2023-12-20 17:14:13 -08:00
8a45b1be23
fix: memory leak in menubar ( #198052 )
...
* fix: memory leak in menubar
* Update src/vs/base/browser/ui/menu/menubar.ts
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com >
* Update src/vs/base/browser/ui/menu/menubar.ts
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com >
* Update src/vs/base/browser/ui/menu/menubar.ts
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com >
* fix: potential memory leak when focusing another menu
---------
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com >
Co-authored-by: SteVen Batten <sbatten@microsoft.com >
2023-12-20 16:15:34 -08:00
Tyler James Leonhardt and GitHub
c60da32708
Use the hover delegate in more UI components of Quick Pick ( #201339 )
...
This way we have a consistent hover UI
2023-12-20 16:03:44 -08:00
Tyler James Leonhardt and GitHub
468f6fca77
Don't use disposable Action and use IAction instead ( #201337 )
...
Turns out all of these disposables were not getting cleaned up... but they really don't need to be disposables in this context.
ref #201320
2023-12-20 15:13:18 -08:00
Connor Peet and GitHub
b964ed995a
eng: fix waitServer not working in unit test debug ( #201334 )
...
Fixes #182341
2023-12-20 14:09:46 -08:00
Benjamin Pasero and GitHub
651391e5ad
Aux window: fullscreen windows show custom title bar ( fix #201297 ) ( #201332 )
2023-12-20 22:12:08 +01:00
Connor Peet
203dd25083
re-apply changes with css fixups
2023-12-20 12:36:35 -08:00
Gayan Perera
8b30e7b2c7
feedback changes
...
- change feature name to triggeredBy
- add close button
- add actions
- add confirmation on toggle
2023-12-20 21:06:20 +01:00
meganrogge
91a18e15bb
fix issue
2023-12-20 13:39:12 -06:00
meganrogge
ab4852b729
work on #195282
2023-12-20 13:27:36 -06:00
Daniel Imms and GitHub
86d1a94cca
Merge pull request #201325 from microsoft/tyriar/199845
...
Add move terminal into new window action/menu item
2023-12-20 11:21:50 -08:00
Daniel Imms
5764957b73
Add move terminal into new window action/menu item
...
Fixes #199845
2023-12-20 10:55:36 -08:00
Daniel Imms and GitHub
17e30760a3
Merge pull request #201324 from microsoft/tyriar/199848
...
Update xterm
2023-12-20 10:39:41 -08:00
Daniel Imms and GitHub
fffda8e1fe
Merge pull request #201323 from microsoft/tyriar/201303
...
Fix sticky scroll showing up on first line
2023-12-20 10:16:25 -08:00
Daniel Imms
d4e9b63073
Update xterm
...
Fixes #199848
2023-12-20 10:09:50 -08:00
Daniel Imms
896a06db1e
Fix sticky scroll showing up on first line
...
Fixes #201303
2023-12-20 10:01:21 -08:00
Shubh and GitHub
c9631868cd
Replace the deprecated canceled with Cancellation Error. ( #197605 )
...
Signed-off-by: Shubh <shubhisroking@gmail.com >
2023-12-20 18:23:01 +01:00
3051ae88b0
Fix #193468 - Fix bug with error notification when pressing "l" on non-expandable reference item. ( #199996 )
...
* Fix the bug that pressing l key on non-expandable reference item shows error notification (with vim extension)
* 💄
---------
Co-authored-by: João Moreno <joao.moreno@microsoft.com >
2023-12-20 18:14:09 +01:00
BeniBenj
1197bf0fe2
stickyscroll commands have heigher prio
2023-12-20 17:34:46 +01:00
Martin Aeschlimann and GitHub
b7c53afaef
EditorActions don't pass on args ( #201315 )
2023-12-20 17:16:01 +01:00
Aiday Marlen Kyzy and GitHub
16894205b6
Changing from outputEditor to outputView ( #201290 )
...
changing outputEditor to outputView
2023-12-20 17:14:32 +01:00
Johannes
2f40bba1a2
first version od quick voice that starts inline chat with what you said
2023-12-20 16:54:43 +01:00
Jithil P Ponnan and GitHub
01fc3110be
chore: replace deprecated octal escape sequences with hex ( #197518 )
2023-12-20 16:30:32 +01:00
João Moreno and GitHub
d95f2e01ab
undo general focus/selection preservation from lists and trees ( #201309 )
...
fixes #174768
fixes #127622
2023-12-20 16:28:45 +01:00
Daniel Imms and GitHub
199216cd48
Merge pull request #201306 from microsoft/tyriar/xterm_improvements
...
Add script for easy symlinking a local xterm repo
2023-12-20 07:22:13 -08:00
Daniel Imms
e3c70a49ba
Package and explain how to watch
2023-12-20 07:06:23 -08:00
Daniel Imms
48e0844029
Clarify link -> symlink
2023-12-20 06:49:28 -08:00
Daniel Imms
1eded319c6
Prefix all terminal scripts with xterm
2023-12-20 06:49:01 -08:00
Daniel Imms
aa4798b0d3
Add script for easy symlinking a local xterm repo
2023-12-20 06:48:21 -08:00