Megan Rogge
c7a040ae70
use correct title type so Toggle Tab Moves Focus Mode shows up in the command palette ( #174610 )
...
fix #174450
2023-02-16 14:02:31 -06:00
Peng Lyu
6b45fd4bff
Polish default line wrap in text/error output ( #174615 )
2023-02-16 20:36:12 +01:00
Peng Lyu
13b161f9f2
Fix #174551 . There might be a race between editor and contrib dispose. ( #174611 )
2023-02-16 13:35:10 -06:00
Peng Lyu
c6a1522148
update issues milestone. ( #174609 )
2023-02-16 19:41:10 +01:00
Logan Ramos
5cfc582b17
Fix #174024 ( #174607 )
2023-02-16 19:22:29 +01:00
Andrea Mah
5c8adac31c
Notebook search: flag should ask for re-search ( #174500 )
...
Fixes #174493
2023-02-16 10:02:44 -08:00
Sandeep Somavarapu
668f3de5b4
fix #173819 ( #174602 )
2023-02-16 18:27:43 +01:00
Megan Rogge
855ba20c38
use monaco editor in terminal accessible buffer ( #174400 )
2023-02-16 18:22:28 +01:00
Logan Ramos
524f4227ca
Fix context menu with hover ( #174597 )
2023-02-16 11:18:39 -06:00
Sandeep Somavarapu
3bc840737b
fix #173986 ( #174599 )
2023-02-16 18:18:09 +01:00
SteVen Batten
174600ec07
fix build ( #174596 )
2023-02-16 17:56:20 +01:00
SteVen Batten
a28dc84d88
warn on CG alerts ( #174591 )
2023-02-16 17:30:16 +01:00
Alex Ross
713d6e2a60
Properly dispose quick diff providers ( #174586 )
2023-02-16 16:43:16 +01:00
Alex Ross
6da385b3a3
Multi quick diff polish ( #174584 )
...
Part of https://github.com/microsoft/vscode/issues/169012
2023-02-16 16:15:10 +01:00
Henning Dieterichs
d4b10110da
Fixes https://github.com/microsoft/monaco-editor/issues/3564 ( #174578 )
2023-02-16 06:35:19 -08:00
João Moreno
b4db415a10
cdn: only gzip encode known mimetypes ( #174577 )
2023-02-16 15:30:46 +01:00
Aiday Marlen Kyzy
a11d51040e
Merge pull request #174461 from microsoft/aiday/issue172570
...
Add border to sticky scroll widget when using the high contrast light or the high contrast dark theme
2023-02-16 15:24:38 +01:00
Benjamin Pasero
8fd698a555
sandbox - utility process cleanup ( #174564 )
...
* logging
* log utility process
* align envs
2023-02-16 15:17:15 +01:00
Alex Ross
7b7f2c033d
Add drop down to quick diff ( #174353 )
...
* Add dropdown to quick diff when multiple providers
Fixes #169012
* Fix git revert action in quick diff
Fixes #172432
* Make dropdown drive entire quick diff peek
- "x of y" detail
- action bar
* Handle providers being removed
* Delete unused css
* Address PR feedback
2023-02-16 06:06:34 -08:00
Alex Ross
d0b8f8a655
Add doc info to comments context keys ( #174576 )
...
Fixes https://github.com/microsoft/vscode-docs/issues/6052
2023-02-16 15:01:53 +01:00
Aiday Marlen Kyzy
5bb33d4b1b
simplified the code
2023-02-16 14:23:33 +01:00
Benjamin Pasero
82ace555bd
Merge pull request #174432 from microsoft/ben/utility-shared-process
...
Explore to use utility process for shared process
2023-02-16 11:59:59 +01:00
Benjamin Pasero
bb0e9e399b
Merge branch 'main' into ben/utility-shared-process
2023-02-16 10:47:34 +01:00
Benjamin Pasero
c8031c7685
sandbox - fix missing event treatment
2023-02-16 09:19:56 +01:00
Benjamin Pasero
5dc1138216
sandbox - first cut utility process support for shared process
2023-02-16 08:55:32 +01:00
John Murray
fb256581df
Point comment zone widget 'beak' arrow at single-line range ( #173690 ) ( #174291 )
...
* Point comment zone widget 'beak' arrow at single-line range (#173690 )
* Remove unused variable
2023-02-16 06:51:39 +00:00
Benjamin Pasero
0b42769497
sandbox - more leverage of existing parentPort
2023-02-16 06:22:38 +01:00
Benjamin Pasero
2d447788b5
sandbox - add once method for message ports
2023-02-16 05:54:48 +01:00
Martin Aeschlimann
dc619de8d9
Icons in problems view show black when not focused ( #174487 )
...
* Icons in problems view show black when not focused
* update smoke test
2023-02-15 22:34:14 +01:00
Logan Ramos
e5779739cd
Use !important to prevent hover widget overriding hover size ( #174503 )
...
Fixes #174498
2023-02-15 22:21:48 +01:00
Logan Ramos
c65c811f1e
Mimic status bar hover delay in explorer ( #174497 )
...
Implement status bar delay
2023-02-15 21:44:04 +01:00
Peng Lyu
9570a06456
Fix #174393 . Clear error container. ( #174494 )
2023-02-15 20:55:31 +01:00
Sandeep Somavarapu
4547f4b5de
add more logging ( #174481 )
...
* add more logging
* fix tests
2023-02-15 20:37:19 +01:00
Sandeep Somavarapu
eb940a296f
add border to profile badge ( #174477 )
2023-02-15 10:27:10 -08:00
Daniel Imms
f53e795241
Merge pull request #174467 from microsoft/tyriar/hover_id_2
...
Allow string in IHoverOptions.id
2023-02-15 08:48:45 -08:00
Tyler James Leonhardt
f861acbee1
Enable a tooltip in quick pick ( #174417 )
...
* hover in quickpick
* refactoring
* fix tests
* remove HTMLElement from API for now
* API proposal
2023-02-15 17:35:09 +01:00
Daniel Imms
ecebc66155
Fix compile
2023-02-15 08:33:38 -08:00
Benjamin Pasero
a75e96b804
sandbox - return message port from utility process
2023-02-15 17:06:07 +01:00
Sandeep Somavarapu
89907df37d
fix #173215 ( #174466 )
2023-02-15 17:05:32 +01:00
Benjamin Pasero
b958f349c4
sandbox - make process explorer fit to show shared process when running as utility process
2023-02-15 17:01:26 +01:00
Benjamin Pasero
9236232f33
sandbox - fix exthost devtools URI
2023-02-15 17:00:42 +01:00
Sandeep Somavarapu
9197f4d3c9
fix #174463 ( #174464 )
2023-02-15 16:59:16 +01:00
Daniel Imms
3a877e7d49
Allow string in IHoverOptions.id
2023-02-15 07:55:43 -08:00
Aiday Marlen Kyzy
a678c53968
adding the class tag depending on the height of the widget
2023-02-15 16:00:36 +01:00
Bassim EL BAKKALI EL GAZUANI
68a7a39382
Set Opacity to MatchHighlight in QuietLight ( #174296 )
...
As stated in the docs for "editor.findMatchHighlightBackground":
"The color must not be opaque so as not to hide underlying decorations."
I've simply added a 0.6 opacity to the color so that it doesn't obscure the selection background.
2023-02-15 15:51:43 +01:00
Aiday Marlen Kyzy
079a3026ac
Adding code to solve the issue
2023-02-15 15:42:29 +01:00
Henning Dieterichs
8066a8c455
Merge pull request #174364 from microsoft/hediet/async-tokenization
...
Refactors tokenization to support custom background tokenizer.
2023-02-15 15:14:47 +01:00
Henning Dieterichs
6c123a76b4
Fixes CI
2023-02-15 14:59:52 +01:00
Henning Dieterichs
c63b9a6f13
Resolves PR conversations
2023-02-15 14:56:31 +01:00
Aiday Marlen Kyzy
1fdb84ed57
theme service imported in order to access it
2023-02-15 14:16:38 +01:00