Commit graph

120480 commits

Author SHA1 Message Date
Raymond Zhao 951c1b7d76
chore: increase compile job timeout (#209497) 2024-04-03 16:38:22 -07:00
Megan Rogge 34dc36cffe
Merge pull request #209495 from microsoft/merogge/speech-signal
move speech accessibility signals to contribution file
2024-04-03 15:58:55 -07:00
meganrogge 7a71cd15d4
fix #209487 2024-04-03 15:40:15 -07:00
Connor Peet 8558da1335
cli: allow public port forwarding via tunnels (#209489) 2024-04-04 00:28:00 +02:00
Megan Rogge 0f13661a91
Merge pull request #209464 from microsoft/merogge/disposable-store
use disposableStore for listeners created in render
2024-04-03 14:35:27 -07:00
Megan Rogge 9c892dba6a
Merge pull request #209467 from microsoft/merogge/splits
fix join terminals bug
2024-04-03 14:34:30 -07:00
Megan Rogge f756507655
Merge pull request #209477 from microsoft/merogge/default-task
fix build task command issues
2024-04-03 14:33:49 -07:00
Connor Peet efee188faf
web: add didResolveRemoteAuthority function for embedders (#209480) 2024-04-03 14:16:56 -07:00
Daniel Imms feb823cc57
Merge pull request #209442 from microsoft/tyriar/204965
Introduce IHoverService.setupUpdatableHover
2024-04-03 14:13:39 -07:00
meganrogge 81cfeac812
rm empty line 2024-04-03 12:17:38 -07:00
meganrogge b3bbaec18a
fix #184454 2024-04-03 12:16:28 -07:00
Daniel Imms 5d92626966
Merge branch 'main' into tyriar/204965 2024-04-03 12:12:04 -07:00
Aaron Munger 23860e98f0
dispose saved text model with wrong view type (#209461) 2024-04-03 11:40:33 -07:00
Raymond Zhao fb7f833668
fix: trim end of matched link (#209469) 2024-04-03 11:25:21 -07:00
Matt Bierner 9efebbe2e4
Enable copy paste api in scm input (#209466)
* Enable dnd and copy paste apis in scm input

For #209460

Enables dropping or pasting a file from the vscode/system explorer into the scminput to insert the file name. Currently nothing happens when you try this

In the future will also allow extensions to hook into these apis

* Revert organize imports

* Remove duplication
2024-04-03 19:39:11 +02:00
meganrogge 69193b54ad
fix #152476 2024-04-03 10:29:12 -07:00
Logan Ramos 80a9d24148
Add CLI cleaning regex (#209462) 2024-04-03 18:56:56 +02:00
meganrogge 6b91b701d0
use disposableStore 2024-04-03 09:52:26 -07:00
Raymond Zhao 31c538e41f
chore: add new colours (#209457) 2024-04-03 18:23:54 +02:00
Sandeep Somavarapu e8e027ad44
fix #209091 (#209454) 2024-04-03 18:00:55 +02:00
Peng Lyu ba3e5f94c7
Fix output vsbuffer transfer via workspace edit. (#209358)
* Fix output vsbuffer transfer via workspace edit.

* Adopt interface change.
2024-04-03 08:49:13 -07:00
Benjamin Christopher Simmonds de571f4bbc
Update tab bar colors (#209451)
tab bar colors debt
2024-04-03 17:43:34 +02:00
Matt Bierner b5f97ae0e1
Fix null access (#209449) 2024-04-03 17:37:38 +02:00
Daniel Imms b127f770c8
Stub null hover service in some tests 2024-04-03 08:18:37 -07:00
Daniel Imms 947bb16de1
Remove updatableHoverWidget.ts 2024-04-03 08:00:13 -07:00
Daniel Imms fc5dd80cfe
Remove all remaining usages of setupCustomHover 2024-04-03 07:58:48 -07:00
Daniel Imms c1169fbdac
Update majority of workbench references to setupCustomHover 2024-04-03 07:22:02 -07:00
Daniel Imms 89e578da7a
Remove all usage of setupCustomHover from base/ 2024-04-03 06:45:07 -07:00
Daniel Imms 21cf21eb43
More adoption, improve deprecated messages 2024-04-03 06:40:22 -07:00
Daniel Imms f93eb1c974
Move statusBarItem onto new hoverService.setupUpdatableHover 2024-04-03 06:35:42 -07:00
Daniel Imms 815dcf06b5
Add deprecated annotations to old functions 2024-04-03 06:32:03 -07:00
Daniel Imms 85fb8cb6fd
Create IHoverDelegate2.setUpdatableHover 2024-04-03 06:29:25 -07:00
Daniel Imms c6a7ca7668
Move updatable hover interfaces to hover.ts 2024-04-03 06:20:56 -07:00
Daniel Imms 9906083b79
Remove duplicate/deprecated IHoverAction 2024-04-03 06:14:15 -07:00
Daniel Imms bfb5b774c6
ICustomHover -> IUpdatableHover 2024-04-03 06:13:48 -07:00
Daniel Imms 506cc7670a
Set base delegate, fix imports 2024-04-03 06:10:28 -07:00
Daniel Imms d296f93650
Introduce hoverDelegate2.ts
Part of #204965
2024-04-03 06:05:35 -07:00
Benjamin Christopher Simmonds 5c00163b30
Support setting keyboard shortcut from Action Item Context Menu (#209431)
fixes #208221
2024-04-03 13:11:50 +02:00
Johannes Rieken 03ef5ffe3f
chore - add IInstantiationService#dispose (#209421) 2024-04-03 12:57:30 +02:00
Ladislau Szomoru e773c56fe7
Engineering - update suppression file (#209419) 2024-04-03 11:07:01 +02:00
Sandeep Somavarapu 62b5a4ce27
remove restore on profile item (#209416) 2024-04-03 10:27:16 +02:00
Megan Rogge a27099233b
Merge pull request #209066 from microsoft/merogge/signal-line
add `isPresentOnLine` to line feature state
2024-04-03 01:02:55 -07:00
Johannes Rieken 250ab2f640
render inline chat change decoration also inside minimap (#209414) 2024-04-03 09:38:19 +02:00
Johannes Rieken 9328959833
api comment (#209410) 2024-04-03 08:51:56 +02:00
Megan Rogge 1813b35895
Merge pull request #209385 from microsoft/merogge/glob-tasks
resolve glob tasks in configure default build task
2024-04-02 19:09:16 -07:00
Daniel Imms 44fbf7f36a
Merge pull request #209376 from microsoft/tyriar/176812
Support any OSC link scheme
2024-04-02 17:11:53 -07:00
meganrogge 5e0acceb53
fix issue 2024-04-02 17:06:50 -07:00
Andrea Mah e153ed5976
Fix search text input issues (#209365)
Fixes #209361
2024-04-02 16:44:39 -07:00
Daniel Imms 5e402a4d6c
Allow via notification 2024-04-02 16:12:02 -07:00
Raymond Zhao a86f13b8f2
chore: increase timeout of Linux x64 job (#209387) 2024-04-03 00:06:09 +02:00