Commit graph

119912 commits

Author SHA1 Message Date
Tyler James Leonhardt d5217d288f
shorter array syntax (#207866)
follow up https://github.com/microsoft/vscode/pull/207863#discussion_r1526629856
2024-03-15 11:15:16 -07:00
Daniel Imms 9ba967fb5b
Merge pull request #207865 from microsoft/tyriar/207371
Only show pid if it's valid
2024-03-15 11:07:54 -07:00
Daniel Imms f680d02147
Only show pid if it's valid
Fixes #207371
2024-03-15 10:52:37 -07:00
Tyler James Leonhardt cf824b2b63
Ensure ItemActivation.NONE fires an onDidChange event (#207863)
* Ensure `ItemActivation.NONE` fires an onDidChange event

Fixes https://github.com/microsoft/vscode/issues/207832

* Add a test

* yay tests!
2024-03-15 18:51:21 +01:00
M Hickford d2d370fc86
Sort lines: sort all lines if nothing selected. (#200325)
* Sort lines: sort all lines if nothing selected.

Previously, 'sort lines' did nothing if nothing was selected.

Likewise 'delete duplicate lines' should apply to all lines if nothing is selected.

* 💄

---------

Co-authored-by: Matthew Hickford <matthew.hickford@cloud.com>
Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2024-03-15 17:41:34 +00:00
Aiday Marlen Kyzy 039be97cb0
look at the registry of the tokenization, why is there an error 2024-03-15 18:35:01 +01:00
Yesterday17 9f1264d9ca
Dispatch GestureEvent in node depth order (#200612)
Dispatching `GestureEvent` in node depth order

Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2024-03-15 17:57:03 +01:00
Kyosuke Fujimoto c0df105700
Fix broken description of editor.cursorSurroundingLinesStyle setting (#201482)
Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2024-03-15 17:53:26 +01:00
yutotnh 87d494bbc1
Add support for recognizing word locales in word operations (#50045) (#203605)
* Add support for recognizing word locales in word operations (#50045)

* Move intlSegmenterLocales in the WordCharacterClassifier class

* Rerun compiler

* Renames

* Avoid duplicating code

---------

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2024-03-15 17:43:23 +01:00
Henning Dieterichs b7d35c8bdd Implements #206808 2024-03-15 17:08:36 +01:00
Aiday Marlen Kyzy 668e8aa1ba
separating suites by language 2024-03-15 17:04:30 +01:00
Sandeep Somavarapu 15715aedf0
listen on workspace extensions changes (#207849)
* listen on workspace extensions changes

* fix warnings and tests
2024-03-15 17:03:49 +01:00
Sandeep Somavarapu 1454837231
Fix restarting extensions when extension is uninstalled (#207850) 2024-03-15 16:58:21 +01:00
João Moreno 4c555607d3
missing disposable (#207846)
fixes #207797
2024-03-15 16:18:21 +01:00
Rob Lourens 7674d56345
Fix #207245 (#207841) 2024-03-15 15:18:01 +01:00
Benjamin Pasero 4e38af18f0
aux window - fix layout race conditions (#207840) 2024-03-15 15:13:28 +01:00
Sandeep Somavarapu 337f8e4ee2
adopt building extensions (#207731)
* adopt building extensions
- remove the dependency on extensions folder

* fix build

* rename

* minimise changes

* clean up

* use regex
2024-03-15 15:06:28 +01:00
Aiday Marlen Kyzy b24ea8ebf0
updating the tests with history of the current regex 2024-03-15 14:32:27 +01:00
Alex Ross d8a01ed97e
Respect port source over default fallback number (#207833)
Fixes #205314
2024-03-15 13:17:05 +01:00
Alex Ross 6285faddc6
Update shellscript grammar (#207828) 2024-03-15 12:52:46 +01:00
Benjamin Pasero dd8829353c
Aux window: settings editor in maximised window stop responding to typing (fix #203538) (#207826) 2024-03-15 12:16:18 +01:00
Benjamin Christopher Simmonds b7fd5328c8
Fix Scroll Lock Issue in Active Editor (#207825)
fix #207818
2024-03-15 12:12:26 +01:00
Benjamin Christopher Simmonds 008c572862
Add scroll lock indicator to all windows (#207824)
fix #207817
2024-03-15 11:50:17 +01:00
Benjamin Christopher Simmonds 7c49f4f7a8
Added Activity Bar Top Active Background Color (#207808)
Added color activity bar top active background #203036
2024-03-15 09:19:54 +01:00
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