Daniel Imms
|
59cd6e48d8
|
Merge pull request #156807 from microsoft/tyriar/156806
Support default icon/color in folder scope
|
2022-08-01 09:34:32 -07:00 |
|
Daniel Imms
|
ca1c8c70e3
|
Support default icon/color in folder scope
Fixes #156806
|
2022-08-01 08:37:56 -07:00 |
|
Sandeep Somavarapu
|
ef65649326
|
do not report builtin extensions (#156793)
|
2022-08-01 16:29:23 +02:00 |
|
Sandeep Somavarapu
|
25fd5e204e
|
Fix #156698 (#156799)
|
2022-08-01 09:37:55 -04:00 |
|
Logan Ramos
|
519f9b51f3
|
Bump distro + update labels (#156685)
|
2022-08-01 15:35:32 +02:00 |
|
Evpok
|
dbae720630
|
Enable Wayland build for snaps (#156551)
Enable Wayland build
|
2022-07-30 03:59:55 +02:00 |
|
Joyce Er
|
b96204a240
|
Show Edit Sessions should focus view, not container (#156678)
Show Edit Sessions should focus view not container
|
2022-07-29 13:12:51 -07:00 |
|
SteVen Batten
|
03214ee7b9
|
delay title bar adjustments until after menu bar is updated (#156688)
fixes #156483
|
2022-07-29 12:09:35 -07:00 |
|
Alex Ross
|
12b08be500
|
Only use the commit in share link when upstream (#156658)
Fixes #156627
|
2022-07-29 12:30:05 +02:00 |
|
Aiday Marlen Kyzy
|
84dc769b20
|
Include namespace in the sticky scroll. Fixes https://github.com/microsoft/vscode/issues/156611. (#156649)
Sticks namespace {} to the sticky scroll widget too. Fixes https://github.com/microsoft/vscode/issues/156611.
|
2022-07-29 11:11:12 +02:00 |
|
Aiday Marlen Kyzy
|
b84c21a79b
|
Merge pull request #156650 from microsoft/alexd/issue-156645
Change the sticky scroll option to `editor.experimental.stickyScroll`
|
2022-07-29 11:01:53 +02:00 |
|
Alex Dima
|
d708be4ae4
|
Fixes #156645: Change the sticky scroll option to editor.experimental.stickyScroll
|
2022-07-29 10:47:17 +02:00 |
|
Peng Lyu
|
e8ee2cf78f
|
Avoid List View default find widget steal keybindings. (#156637)
|
2022-07-29 09:45:18 +02:00 |
|
Tyler James Leonhardt
|
743b016722
|
Have padding on qp list not the whole widget (#156624)
|
2022-07-28 14:27:45 -07:00 |
|
Michael Lively
|
6f5460671d
|
Merge pull request #156619 from microsoft/mlively/ipynbRender
more checking for undefined objects in attachmentRenderer, fixed bug causing renderer crash
|
2022-07-28 13:27:59 -07:00 |
|
SteVen Batten
|
0e2e0e2833
|
add tooltip tech to dropdown buttons (#156621)
fixes #153429
|
2022-07-28 12:45:48 -07:00 |
|
Michael Lively
|
6fbee10cc1
|
more checking for undefined objects, fixed bug casuing markdown renderer to entirely crash
|
2022-07-28 11:53:51 -07:00 |
|
SteVen Batten
|
0a65bea357
|
allow context menu on command center (#156614)
fixes #156512
|
2022-07-28 11:52:52 -07:00 |
|
Tyler James Leonhardt
|
35a17f42e8
|
fix another command to use ILocalizedString (#156615)
|
2022-07-28 20:48:33 +02:00 |
|
Megan Rogge
|
33a08dc6f4
|
use task instead of taskName (#156603)
fix #155635
|
2022-07-28 11:40:11 -07:00 |
|
Justin Chen
|
fb66467d1e
|
Bugfix on enter/arrow/mouse interaction for code action widget (fixes #156587)
* fix on hover vs key bindings interaction
* removed allowClick boolean, modified current selected item for widget
* modifed var types
|
2022-07-28 20:35:10 +02:00 |
|
Tyler James Leonhardt
|
4017fd126f
|
Show quick pick when redirect fails to complete redirect to be more robust (#156515)
* show quick pick when redirect fails to complete redirect to be more robust
* matt feedback
|
2022-07-28 10:26:18 -07:00 |
|
Aiday Marlen Kyzy
|
78f402334c
|
Merge pull request #156578 from aiday-mar/aiday/semanticScroll
Filtering the ranges with the hidden ranges from folding. Fixes #156268.
|
2022-07-28 18:50:59 +02:00 |
|
João Moreno
|
e45b7a5a42
|
Tree keyboard navigation should not steal keybindings (#156575)
fixes #155571
|
2022-07-28 17:27:25 +02:00 |
|
João Moreno
|
9c4a29cc58
|
Make sure tree find widget can be moved using the keyboard (#156583)
fixes #156251
|
2022-07-28 17:27:00 +02:00 |
|
Aiday Marlen Kyzy
|
bd9ff90a64
|
Merge branch 'microsoft:main' into aiday/semanticScroll
|
2022-07-28 17:11:58 +02:00 |
|
aiday-mar
|
5d16a27d45
|
Rendering the sticky line when one pixel into the line. Fixes #156566.
|
2022-07-28 17:10:33 +02:00 |
|
João Moreno
|
35042f5316
|
Merge pull request #156563 from microsoft/joao/inadequate-swan
disable find widget for testing view
|
2022-07-28 17:08:15 +02:00 |
|
João Moreno
|
f4d4971d75
|
Existing trees should react to changes to workbench.list.defaultFindMode (#156581)
fixes #156249
|
2022-07-28 16:37:06 +02:00 |
|
João Moreno
|
fad1b7c7c2
|
Fine tune tree find widget layout (#156579)
fixes #156247
|
2022-07-28 16:33:50 +02:00 |
|
João Moreno
|
3bf342b7c4
|
Adjust tree find widget padding (#156577)
fixes #156244
|
2022-07-28 16:19:32 +02:00 |
|
aiday-mar
|
589aba9097
|
Filtering the ranges with the hidden ranges from folding. Fixes #156268.
|
2022-07-28 16:09:08 +02:00 |
|
Martin Aeschlimann
|
cb7a75ea2d
|
Consider using regular folding icons for manual or preserved folding ranges. Fixes #156279 (#156573)
|
2022-07-28 15:32:17 +02:00 |
|
Alex Ross
|
1fdade8d07
|
TreeView reveal fails to scroll to item when focusing and a different selection exists (#156572)
Fixes #152803
|
2022-07-28 15:26:16 +02:00 |
|
Alexandru Dima
|
e65cf31952
|
Fix view model event and expose a way to get hidden areas (#156571)
* Fix emitting of wrong event in view model
* Add `IViewModel.getHiddenAreas`
|
2022-07-28 15:23:14 +02:00 |
|
 Alexandru Dimaandaiday-mar
|
95fd5bf198
|
Make sure to use view line numbers when fetching data from the view model (#156569)
Fixes #156413: Make sure to use view line numbers when fetching data from the view model
Co-authored-by: aiday-mar <t-aidaym@microsoft.com>
Co-authored-by: aiday-mar <t-aidaym@microsoft.com>
|
2022-07-28 15:10:19 +02:00 |
|
Aiday Marlen Kyzy
|
0397ca4a48
|
Merge pull request #156562 from microsoft/alexd/sticky-scroll-improvements
Sticky Scroll Improvements
|
2022-07-28 13:53:51 +02:00 |
|
João Moreno
|
baa2e394fb
|
disable find widget for testing view
|
2022-07-28 12:37:10 +01:00 |
|
João Moreno
|
469465b703
|
fix issue with multiple tree filters
related to #156127
|
2022-07-28 12:28:43 +01:00 |
|
 Alex Dimaandaiday-mar
|
463d53f24e
|
Fixes #156328: Use editor API to determine the top and bottom for line numbers
Co-authored-by: aiday-mar <t-aidaym@microsoft.com>
|
2022-07-28 13:12:20 +02:00 |
|
Ladislau Szomoru
|
8ced34cb31
|
Engineering - unify all Code OSS pipeline jobs (#156552)
|
2022-07-28 12:38:45 +02:00 |
|
Alex Dima
|
09935be99b
|
Rename getViewLineRenderingData to getViewportViewLineRenderingData
|
2022-07-28 12:33:14 +02:00 |
|
Ladislau Szomoru
|
96c1ab3fa9
|
Engineering - Add missing variable to cache maintenance job (#156540)
Add missing variable to cache maintenance job
|
2022-07-28 09:25:22 +02:00 |
|
Sandeep Somavarapu
|
3f502b2bcf
|
Fix #154485 (#156533)
|
2022-07-28 09:56:31 +03:00 |
|
Ladislau Szomoru
|
c4d99090fc
|
Engineering - Code OSS pipeline to use generic node modules cache (#156537)
Code OSS pipeline to use generic node modules cache
|
2022-07-28 08:50:51 +02:00 |
|
Sandeep Somavarapu
|
b4d5b4ed69
|
Fix #156468 (#156528)
|
2022-07-28 06:46:36 +02:00 |
|
Sandeep Somavarapu
|
4ee1d1a248
|
Fix #153942 (#156525)
|
2022-07-28 06:27:21 +02:00 |
|
Sandeep Somavarapu
|
916f7677fc
|
Fix #156321 (#156524)
|
2022-07-28 06:23:17 +02:00 |
|
Benjamin Pasero
|
3e26d50f99
|
Revert "Warn user when they open a file within the install folder tree (#138815) (#155443)" (#156403)
This reverts commit 688c30e498.
|
2022-07-28 06:11:05 +02:00 |
|
Matt Bierner
|
0e5245ccc7
|
Revert fix for #150995 (#156516)
Fixes #156352
|
2022-07-28 05:22:19 +02:00 |
|