Commit graph

119888 commits

Author SHA1 Message Date
Benjamin Pasero
b22f435d48
watcher - improve watcher resume (#207807) 2024-03-15 09:08:59 +01:00
Benjamin Christopher Simmonds
f7ae5c7450
Fix double registration of menu on web (#207805)
fix registering menu twice on web
2024-03-15 08:48:33 +01:00
Benjamin Pasero
1a2bc187d3
debt - reduce some leaking disposables (#207803) 2024-03-15 08:31:41 +01:00
Rob Lourens
be210b3a60
Put implicit context checkbox behind a setting (#207788) 2024-03-14 20:46:44 -07:00
Peng Lyu
123360f8be
Merge pull request #207745 from microsoft/rebornix/tragic-kingfisher
#207742. Failing to create untitled notebook
2024-03-14 20:39:27 -07:00
Peng Lyu
36f4cfad7d Fix #207742.
Co-authored-by: Don Jayamanne <don.jayamanne@outlook.com>
2024-03-14 20:24:34 -07:00
Peng Lyu
e709e6fc44 Revert "Use RefCollection to track NotebookEditorInputs (#207529)"
This reverts commit 7107b38665.
2024-03-14 20:14:28 -07:00
Matt Bierner
26f95e73b5
Try to clarify wording on setting (#207645)
Fixes #206535
2024-03-15 00:51:07 +01:00
Justin Chen
7637ca582e
proper quick fix if recently edited document (#206490)
* if doc has been recently changed, wait before running code action

* checking needs delay in extension

* removed unused awaits

* removed unused checks

* remove whitespace

* remove needsDelay and adds delay in extension instead

* remove recentlyadded

* remove whitespace

* cleanup from comments

* adds back needs delay

* deal with cancellation state

* remove whitespace and needsDelay again

* clean up

* Update codeActionController.ts

* add review

* added position for extra check
2024-03-15 00:47:17 +01:00
David Dossett
d6fc8a0223
Merge pull request #207772 from microsoft/ddossett/empirical-skink
Fix spacing between actions in chat input
2024-03-14 16:25:31 -07:00
Tyler James Leonhardt
c40903e5e9
Polish items for tree-based quick pick (#207769)
* Make sure action bar is visible in sticky (change needed after https://github.com/microsoft/vscode/issues/207657)
* Go back to list style of highlights (https://github.com/microsoft/vscode/issues/207744)
* When you click on a separator, we scroll it up to the top of the list and focus the first item
* Hide the twistie is a programmatic way instead

Fixes https://github.com/microsoft/vscode/issues/207744
2024-03-14 16:06:50 -07:00
David Dossett
a621676c6d
Correct spacing between actions in chat input 2024-03-14 16:01:10 -07:00
Paula
b3ad54317f
Merge pull request #207758 from microsoft/bumb-distro
bump distro
2024-03-14 15:55:41 -07:00
Paula
12e00eabd8
bump distro 2024-03-14 14:37:05 -07:00
Justin Chen
956a6513be
extension quick access ordering (#207516)
* clean up code, no longer 2 lists, alpha ordered

* comments

* commit suggest

Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>

---------

Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>
2024-03-14 14:31:41 -07:00
Logan Ramos
98968c0b0a
Introduce text multi diff (#207747) 2024-03-14 19:37:34 +01:00
Connor Peet
6269ab41b4
cli: add --install-extension command for use with tunnel server (#207741)
* cli: add --install-extension command for use with tunnel server

* fix clippy
2024-03-14 19:05:20 +01:00
Peng Lyu
a8536b7a3c #207742. Failing test 2024-03-14 10:49:04 -07:00
Daniel Imms
03b7566c5a
Merge pull request #207740 from microsoft/tyriar/206342
Support rescaling overlapping glyphs
2024-03-14 10:31:41 -07:00
Michael Lively
88d1e2cbfd
Support toolbar in notebook outline pane entries (#207498)
* relocate toggle action, fix toggle verbage, more generic section args

* support toolbar in outline pane entries

* unused imports slipped in with the merge

* css class name fix

* folding action support + css fix

* better typeguard fn
2024-03-14 18:29:29 +01:00
Daniel Imms
f4a95d0569
Switch default to true for insiders, we may revert this on release 2024-03-14 10:05:17 -07:00
Daniel Imms
b7b436a657
Support rescaling overlapping glyphs
Fixes #206342
2024-03-14 10:02:30 -07:00
Sandeep Somavarapu
e855f5e6a8
install dependencies for workspace extension (#207732) 2024-03-14 17:40:14 +01:00
Henning Dieterichs
72f8100f20
Signal cleanup (#207730)
* Small signals refactoring

* SignalLineFeatureContribution cleanup
2024-03-14 17:28:21 +01:00
Connor Peet
8d1ada75a5
tunnels: don't sync hostNameOverride (#207727)
Fixes #207586
2024-03-14 17:12:06 +01:00
Xie Jingyi
728ccf4c72
Add log point on middle clicking gutter (#206684)
* Add log point on middle click

* Add configuration gutterMiddleClickAction
2024-03-14 17:08:40 +01:00
Benjamin Christopher Simmonds
6b2df2bfe6
Merge pull request #207714 from microsoft/benibenj/other-snake
Support locking the scrolling across editors
2024-03-14 17:07:51 +01:00
João Moreno
b33e5a1be9
Add support for allowNonCollapsibleParents option in AbstractTree and IndexTreeModel (#207719)
Co-authored-by: Tyler Leonhardt <me@tylerleonhardt.com>
2024-03-14 16:42:41 +01:00
BeniBenj
5527e6ae64
Rename to scroll locking 2024-03-14 16:33:28 +01:00
BeniBenj
85cac7bbfc
support locking scroll horizontally 2024-03-14 15:59:08 +01:00
Benjamin Pasero
9110f5d234
files - log error for #207007 (#207716) 2024-03-14 15:29:53 +01:00
Benjamin Pasero
686bdd6278
aux window - fixes for webview support (#207695) 2024-03-14 15:08:47 +01:00
BeniBenj
76dbc8b294
Support side by side editor 2024-03-14 15:01:33 +01:00
Benjamin Pasero
8caaab7a3e
[Bug] Monaco Editor always set up Native environment instead of Web environment on load. (fix microsoft/monaco-editor#4402) (#207693)
* [Bug] Monaco Editor always set up Native environment instead of Web environment on load. (fix microsoft/monaco-editor#4402)

* .
2024-03-14 13:54:39 +01:00
Benjamin Christopher Simmonds
e66169a566
Fix Sticky Scroll Focus Issue (#207703)
fix #207657
2024-03-14 13:02:59 +01:00
Sandeep Somavarapu
37745e0b5c
fix #207270 (#207692) 2024-03-14 12:10:44 +01:00
Sandeep Somavarapu
9488229fc0
make product version optional because of snap updates (#207694) 2024-03-14 12:00:48 +01:00
Benjamin Christopher Simmonds
a09e3b3903
Fix Sticky Scroll Line Height Issue (#207691)
fix #207649
2024-03-14 11:42:20 +01:00
Benjamin Pasero
b1fad5a0b5
file watcher fixes (#207690) 2024-03-14 11:41:21 +01:00
BeniBenj
ec4a8c7449
polish and add notebooks 2024-03-14 11:02:46 +01:00
Johannes Rieken
080f9685c0
update layout logic (#207687) 2024-03-14 10:21:41 +01:00
Hylke Bons
f8be2820ef colors: Revert menu item update 2024-03-14 09:55:17 +01:00
Hylke Bons
0588cfe9aa colors: Split long lines 2024-03-14 09:55:17 +01:00
Hylke Bons
16b4a4db41 colors: Split colors into files 2024-03-14 09:55:17 +01:00
Hylke Bons
c617012ab1 colors: Reorder and add more comments 2024-03-14 09:55:17 +01:00
Sandeep Somavarapu
070b773744
fix #207431 (#207682) 2024-03-14 09:52:12 +01:00
Sandeep Somavarapu
49968b3fc5
fix #207397 (#207681) 2024-03-14 09:52:03 +01:00
Sandeep Somavarapu
bba0b4823d
fix #207554 (#207680) 2024-03-14 09:51:42 +01:00
Benjamin Pasero
37c50e0be4
file watcher polish (#207679) 2024-03-14 09:22:38 +01:00
Aiday Marlen Kyzy
1af831275c
adding unit tests from the blames 2024-03-14 09:22:08 +01:00