Henning Dieterichs
|
a42ec7cdd2
|
Merge branch 'main' into async-tokenization-2
|
2023-02-17 17:08:17 +01:00 |
|
Henning Dieterichs
|
6a22e832b7
|
Adresses PR feedback, adopts most recent textmate version.
|
2023-02-17 17:04:41 +01:00 |
|
Alex Ross
|
550fdeb899
|
Comment thread high contrast button borders clipped (#174681)
Fixes #172303
|
2023-02-17 07:25:31 -08:00 |
|
Tyler James Leonhardt
|
d5277e8e2b
|
Ensure language packs are installed on the server side (#174622)
|
2023-02-17 07:23:00 -08:00 |
|
Benjamin Pasero
|
ce978df63f
|
activeEditorIsPinned is not set when editor is auto-pinned by workbench.action.moveEditorLeftInGroup (fix #174163) (#174679)
|
2023-02-17 15:51:56 +01:00 |
|
Alexandru Dima
|
2d67c6fae3
|
Merge pull request #174671 from microsoft/alexd/linear-goat
Extract tokenization from model service
|
2023-02-17 12:59:36 +01:00 |
|
Alex Dima
|
9d44ce60ab
|
Extract DocumentSemanticTokensFeature to a separate file and group files together
|
2023-02-17 12:33:58 +01:00 |
|
Alex Dima
|
8ab52fa9e8
|
Add a mechanism to instantiate editor features and adopt it for SemanticColoringFeature
|
2023-02-17 12:05:30 +01:00 |
|
Alex Ross
|
578201ff78
|
Don't store/restore ports in an empty workspace (#174663)
* Don't store/restore ports in an empty workspace
* warn -> debug
|
2023-02-17 11:22:31 +01:00 |
|
Benjamin Pasero
|
31edbf7ca6
|
sandbox - move shared process to node layer (#174581)
|
2023-02-17 10:18:01 +01:00 |
|
Tyler James Leonhardt
|
71f619cbda
|
Ensure the original scopes requested are the scopes in the Session returned (#174645)
Fixes #174631
Fixes #167791
|
2023-02-17 03:34:39 +01:00 |
|
Peng Lyu
|
a18d7bc586
|
Fix #174552. NPE (#174630)
* Fix #174552. NPE
* Fix #174555.
|
2023-02-16 16:27:00 -08:00 |
|
Aaron Munger
|
2204586027
|
Merge pull request #174639 from amunger/scrollableOtput
put open new editor link outside of scrollable div
|
2023-02-16 16:23:05 -08:00 |
|
Aaron Munger
|
4cadd2d040
|
Merge branch 'main' into scrollableOtput
|
2023-02-16 15:59:27 -08:00 |
|
aamunger
|
a1665b75bf
|
put open new editor link outside of scrollable div
|
2023-02-16 15:56:32 -08:00 |
|
Megan Rogge
|
773668e936
|
add settings for tab moves focus (#174265)
|
2023-02-16 14:41:32 -08:00 |
|
Logan Ramos
|
1ccf76379c
|
Use a better context view in explorer hover (#174626)
Use a better context view
|
2023-02-16 14:40:45 -08:00 |
|
Megan Rogge
|
56ba527736
|
add audio cue for when a terminal command fails (#174621)
|
2023-02-16 14:03:55 -08:00 |
|
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 |
|