Commit graph

122204 commits

Author SHA1 Message Date
Henning Dieterichs 2fb22a9ac0 Fixes #213365 2024-06-06 18:24:50 +02:00
Henning Dieterichs f82523eb08
Uses editor option to control editor placeholder. (#214427)
* Uses editor option to control editor placeholder.

Signed-off-by: Henning Dieterichs <hdieterichs@microsoft.com>
2024-06-06 18:09:59 +02:00
João Moreno 15bdea120d
remove gulp-shell (#214211)
* remove gulp-shell

* fix tasks
2024-06-06 17:54:06 +02:00
Daniel Imms 94c4337eb7
Merge pull request #214463 from microsoft/tyriar/211570
Remove deprecated terminal suggest setting
2024-06-06 08:04:12 -07:00
Daniel Imms 0c085f38c8
Merge pull request #214262 from microsoft/tyriar/193508
Support for OSC52 clipboard access
2024-06-06 08:03:38 -07:00
Daniel Imms bedcbff1cb
Remove deprecated terminal suggest setting
Fixes #211570
2024-06-06 07:19:38 -07:00
Daniel Imms 5d34092d6d
Merge branch 'main' into tyriar/193508 2024-06-06 07:14:42 -07:00
Daniel Imms 249357b046
Dynamically import addon-clipboard 2024-06-06 07:14:12 -07:00
Henning Dieterichs b0c91dda31 Fixes #213141 2024-06-06 15:56:48 +02:00
Henning Dieterichs 7496c883cc
registerColor: Allow to pass in a single default color (#214438) 2024-06-06 15:50:37 +02:00
Martin Aeschlimann 43c8fe13e0
The feature page of vscode.html plugin is empty (#214455) 2024-06-06 15:50:10 +02:00
Benjamin Pasero 86f1484693
watcher - make proposed excludes required (#214436) 2024-06-06 12:55:01 +02:00
Aiday Marlen Kyzy 9013918cb7
Removing the color picker reference from the content hover controller (#214314)
* removing the set color picker method

* renaming the method to handle resize

* polishing the merge conflicts
2024-06-06 12:00:48 +02:00
Sandeep Somavarapu d15da77349
remove caching for user extensions (#214415) 2024-06-06 10:44:01 +02:00
Aiday Marlen Kyzy b304df66db
Refactoring the contentHoverController file (#214325)
* refactoring content hover controller file

* polishing the code
2024-06-06 09:22:05 +02:00
Justin Chen 5f646b8e67
remove background from lightbulb widget (#214375)
remove background from widget:
2024-06-05 17:14:44 -07:00
Rob Lourens 8cca7892e1
Fix chat panel followups overflowing (#214383) 2024-06-06 00:59:14 +02:00
Rob Lourens d956f3bfe2
Fix typo on config inputs error (#214377) 2024-06-05 15:25:20 -07:00
Bhavya U 4140e35056
Update token used for running locker workflow (#214378) 2024-06-05 15:24:54 -07:00
Andrea Mah 1bf95e5501
add more specific criteria for filesearchprovider's pattern (#214370) 2024-06-05 15:11:40 -07:00
Martin Aeschlimann 0cfbf2393f
disable SemanticTokensProviderStyling trace (#214346) 2024-06-05 22:26:59 +02:00
Justin Chen e130ab25c4
better lightbulb render scenarios (#213863)
* better lightbulb scenario for when we are very close to edge

* fix and change logic for last line

* clean up whitespace

* helper func, check whitespace

* remove extra model check

* add new logic for when blocked above and below

* remove whitespace
2024-06-05 12:55:38 -07:00
Connor Peet 30159722f2
debug: fix some more workbench contribution leaks (#214366)
Follows up on #214234
2024-06-05 20:53:14 +02:00
Remco Haszing 9111dec272
Fix opening select boxes (#214348)
* Fix opening select boxes

This fixes a regression caused by #213465

Closes #214303
Closes #214345

* Fix another regression caused by #213465

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2024-06-05 18:49:43 +00:00
Peng Lyu 7cd1f1ce4e
Fix #212234. Handle dispose state on layout (#214361) 2024-06-05 19:59:18 +02:00
Joyce Er 150a9ff40b
fix: attach listener to element (#214360) 2024-06-05 19:48:37 +02:00
Peng Lyu d323b88923
📓 re #200091. (#214357) 2024-06-05 10:26:01 -07:00
Connor Peet 4eb1515a2d
debug: dispose of event subscriptions (#214358)
Refs #214234
2024-06-05 19:18:13 +02:00
Johannes Rieken 7cc8d36ec4
pass through the right options (#214355) 2024-06-05 19:00:16 +02:00
Sandeep Somavarapu 88e3cecadc
debt: remove scanning added extension and just convert it (#214354) 2024-06-05 18:59:18 +02:00
Henning Dieterichs 46488eb08b
renames, test improvement (#214323)
* renames, test improvement

* code improvements
2024-06-05 18:38:51 +02:00
Sandeep Somavarapu 3f6190e030
fix #213984 (#214350) 2024-06-05 18:15:46 +02:00
Martin Aeschlimann 2fe839fd1d
colorUtils: fixing compile error caused by merging (#214347)
colorUtils: fixing typing error caused by merging
2024-06-05 17:57:16 +02:00
Johannes Rieken 675f0a03d6
fix LanguageModelChatMessage#User (#214342) 2024-06-05 17:10:47 +02:00
Francesco Virga 757820ae1a
Add recursive toggle (#212218) 2024-06-05 17:03:20 +02:00
Simon Siefke cb66768ae2
When completing color keys in settings, fill in current value (#213451)
* register theme service

* set color theme

* set default snippet

* remove log

* use type import

* fix formatting

* undo change

* remove log

* fix formatting

* rename interface

* rename function

* update listener

* remove unused code

* inline event listener

* polish

---------

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2024-06-05 16:59:43 +02:00
Simon Siefke 28cbfce5e6
feature: allow unsetting color theme values in settings (#213512)
* allow null value

* allow unsetting color

* undo change

* delete color

* undo changes

* remove unused code

* unset right map

* add function to create nullable color schema

* use nullable schema

* undo change

* fix nullable object

* use default value

* update both schemas on timeout

* simplifications & polish

---------

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2024-06-05 16:46:26 +02:00
Daniel Imms d7eb0f15bd
Merge pull request #214338 from microsoft/tyriar/214234_2
Register more terminal listeners
2024-06-05 07:39:52 -07:00
Ladislau Szomoru af675232d0
SCM - consistent fallback for count calculation (#214337) 2024-06-05 16:35:59 +02:00
Johannes Rieken ab9a1286f2
sketch up lm-extention that allows for function calling (#214334) 2024-06-05 16:32:08 +02:00
Daniel Imms e446161790
Register more terminal listeners
Part of #214234
2024-06-05 07:20:55 -07:00
Benjamin Pasero dee8eaf526
Make sure event subscriptions are stored and disposed (#214234) (#214312)
* Make sure event subscriptions are stored and disposed (#214234)

* fix tests
2024-06-05 14:11:06 +02:00
Alexandru Dima 3024b31031
Better track disposables (#214234) (#214322) 2024-06-05 14:00:29 +02:00
Benjamin Pasero c992076695
Make sure event subscriptions are stored and disposed (#214234) (#214318) 2024-06-05 13:31:55 +02:00
Aiday Marlen Kyzy 2f9fdb5ce7
Extract code from ContentHoverController constructor into separate methods (#214316)
extracting code from ContentHoverController into separate methods
2024-06-05 13:15:52 +02:00
yutotnh 3ab7948e14
Add the ability to specify a list of candidate encodings when guessing encoding (#36951) (#208550)
* Allow to configure a list of encodings to use when guessing #36951

* Bump up the jschardet version into 3.1.2 #36951

* missing merge

* some polish

* renames

* some polish

* some polish

* cleanup

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2024-06-05 10:23:20 +00:00
Henning Dieterichs eb7359d330
Enables CodeEditorWidget test suite again (#214309) 2024-06-05 12:03:56 +02:00
Aiday Marlen Kyzy d2020d8e00
Avoid auto-reindentation when pasting text with only whitespace characters (#213921)
* adding draft code for checking for empty strings

* polishing code
2024-06-05 11:33:38 +02:00
Henning Dieterichs 1ed0758b5f
Fixes CI failure (#214307)
* Fixes CI failure

* Fixes CI
2024-06-05 02:15:10 -07:00
Johannes Rieken ef168a8537
fix leaking listener (#214305)
* polish GC listener warning workflow

re https://github.com/microsoft/vscode/issues/214234

* fix leaking listener

https://github.com/microsoft/vscode/issues/214234
2024-06-05 09:40:03 +02:00