Henning Dieterichs and Henning Dieterichs
e2670a457f
Fixes "_b is not defined" error
2023-11-15 16:53:00 +01:00
Henning Dieterichs and Henning Dieterichs
4cbf4fa126
StandaloneAccessibleNotificationService
2023-11-15 16:53:00 +01:00
Henning Dieterichs and Henning Dieterichs
9ac90beb07
Always report monaco loading errors
2023-11-15 16:53:00 +01:00
isidor
c1f758042a
add sqmId also to electron-sandbox/telemetryService
2023-11-15 16:52:51 +01:00
Rob Lourens and GitHub
9a5c293103
Remove toString eslint rule for now ( #198326 )
...
It's too slow to run in pre-commit
2023-11-15 16:52:11 +01:00
isidor
2192c51b1c
fix compile errors
2023-11-15 16:49:26 +01:00
Daniel Imms and GitHub
392b6de662
Merge pull request #198321 from microsoft/tyriar/obscure
...
Improve performance and don't obscure output while scrolling pagers
2023-11-15 07:48:45 -08:00
Daniel Imms
0864f3963e
Terminal sticky scroll context menu
...
Fixes #198224
2023-11-15 07:45:34 -08:00
isidor
6ebe1ba3ab
fix monaco editor build errors
2023-11-15 16:22:16 +01:00
isidor
9ee91de4c0
Also send sqmid to extension telemetry events
2023-11-15 16:17:11 +01:00
Daniel Imms
a1d520d9eb
Also handle (END) for detecting pagers
...
Fixes #198314
2023-11-15 07:01:11 -08:00
6855ba045b
Update Swift grammar and upstream repository ( #197470 )
...
* Update Swift grammar and upstream repository
* update grammar for bug fix
* Update Swift cgmanifest
---------
Co-authored-by: Alex Ross <alros@microsoft.com >
2023-11-15 15:59:29 +01:00
Daniel Imms
b0fa5e7ff6
Improve performance and don't obscure output in pagers
...
Fixes #198314
2023-11-15 06:57:14 -08:00
Daniel Imms and GitHub
110e7886e2
Merge pull request #198316 from microsoft/tyriar/198313
...
Focus terminal after clicking sticky scroll
2023-11-15 06:49:07 -08:00
Daniel Imms and GitHub
133726500b
Merge pull request #198315 from microsoft/tyriar/198245
...
Allow navigating to current command if executed marker exists
2023-11-15 06:43:33 -08:00
Daniel Imms
d3aba242ca
Focus terminal after clicking sticky scroll
...
Fixes #198313
2023-11-15 06:24:46 -08:00
Daniel Imms
2a5e0103ef
Allow navigating to current command if executed marker exists
...
Fixes #198245
2023-11-15 06:21:59 -08:00
BeniBenj
ac80a13277
Tree Sticky Scroll
2023-11-15 15:15:27 +01:00
Ladislau Szomoru and GitHub
e0b70e58b3
SCM - add caching layer to incoming/outgoing tree nodes ( #198306 )
...
* Upstream commit + improve onDidChangeCurrentHistoryItemGroup
* Refactor expanding a history item group
* Wire up caching
* Invoking the git.refresh command invalidates the cache
* Clean up cache data structure
2023-11-15 15:09:18 +01:00
Ladislau Szomoru and GitHub
43b0558cc1
SCM - fix edge case when expanding the tree ( #198294 )
2023-11-15 13:28:25 +01:00
Benjamin Pasero and GitHub
fd80237082
aux window - cleanup layout service ( #198292 )
2023-11-15 13:10:40 +01:00
Benjamin Pasero and GitHub
ce711aae31
aux window - introduce and adopt ILayoutService.mainContainer ( #198288 )
2023-11-15 12:31:20 +01:00
Benjamin Pasero and GitHub
b6b7a942bd
aux window - improve DND ( #198286 )
2023-11-15 11:47:08 +01:00
Henning Dieterichs and GitHub
59b1480f1e
Merge pull request #198227 from hsfzxjy/inline-suggest-show-toolbar-never-198070
...
Add inlineSuggest.showToolbar.never
2023-11-15 10:50:11 +01:00
Benjamin Pasero and GitHub
3d0503d96a
Progress bar is not below editor title anymore ( fix #198176 ) ( #198280 )
2023-11-15 10:08:09 +01:00
Ole and GitHub
b3a649fe52
Remove cycle browserHostService.ts -> web.api.ts. ( #198221 )
...
* Remove cycle browserHostService.ts -> web.api.ts.
Before this change, `IWorkbenchConstructionOptions` in web.api.ts
depended on `IWorkspaceProvider` in browserHostService.ts, which
depends on some types from web.api.ts.
While this apparently does not pose problems in VS Code's build, other
build system of downstream projects do not allow this, and it is also
overall harder to follow the code if "the API" depends on types defined
in ""the implementation".
* Fix one reference I missed
2023-11-15 07:17:50 +00:00
Arvid Lunnemark and GitHub
0bc6184910
fix blank settings page ( #198261 )
2023-11-14 23:16:25 -08:00
Peng Lyu and GitHub
beb804d1d2
Merge pull request #198272 from microsoft/rebornix/ambitious-pigeon
...
💄 better handling optional
2023-11-14 23:07:23 -08:00
rebornix
2fd988f075
early return for cancelled request
2023-11-14 23:06:16 -08:00
rebornix
a9954e0ddf
Handle code cell editor async ctor
2023-11-14 23:04:23 -08:00
rebornix
77f41a2558
Update styles
2023-11-14 22:45:28 -08:00
Benjamin Pasero and GitHub
1368f2a052
dom - use getWindow in more places ( #198269 )
2023-11-14 22:20:49 -08:00
Benjamin Pasero and GitHub
d2d14e541e
aux window - cleanup merge on close ( #198268 )
2023-11-14 22:18:20 -08:00
rebornix
bed797335d
💄 better handling optional
2023-11-14 22:17:15 -08:00
rebornix
c9b730cb98
styling update
2023-11-14 22:06:55 -08:00
Raymond Zhao and GitHub
e1c8870cd2
chore: bump vscode-tas-client ( #198257 )
2023-11-15 00:12:17 +01:00
meganrogge
f068aa476a
update comment
2023-11-14 14:21:24 -08:00
Ladislau Szomoru and GitHub
6e1f0594ee
Engineering - update distro ( #198253 )
2023-11-14 22:45:33 +01:00
Daniel Imms and GitHub
13971b36f4
Merge pull request #198250 from microsoft/overseas-horse
...
Remove out dated setting
2023-11-14 13:12:24 -08:00
Daniel Imms and GitHub
4884e6a01b
Merge pull request #198247 from microsoft/tyriar/198246
...
Fix serialize addon bricking terminal
2023-11-14 12:58:56 -08:00
Daniel Imms and GitHub
0d0217205f
Remove out dated setting
2023-11-14 12:57:50 -08:00
Daniel Imms
f04021abcf
Fix serialize addon bricking terminal
...
Fixes #198246
2023-11-14 12:43:47 -08:00
Rob Lourens and GitHub
39d7357aba
Move usedContext/contentReferences out of Response ( #198240 )
2023-11-14 20:54:57 +01:00
Benjamin Pasero and GitHub
ba035ccf38
aux window - merge groups back to main on window close ( #198239 )
2023-11-14 20:52:45 +01:00
meganrogge
b92bc333e1
register mutable disposable
2023-11-14 11:48:21 -08:00
Megan Rogge and GitHub
bee13ad3bf
Merge pull request #198236 from microsoft/merogge/button
...
ensure menu has role of `button` rather than `presentation`
2023-11-14 11:45:16 -08:00
Peng Lyu and GitHub
44488fc1ad
allow metadata label to be optional ( #198238 )
2023-11-14 20:44:15 +01:00
meganrogge
54d55a32f6
fix #198233
2023-11-14 11:23:38 -08:00
Ladislau Szomoru and GitHub
e121560310
SCM - add input box value provider proposal ( #198232 )
...
* Initial implementation
* Remove new toolbar widget
* Remove TestCommitMessageProvider2
* Remove more changes
2023-11-14 19:59:05 +01:00
Megan Rogge and GitHub
b0584f4202
Merge pull request #198230 from microsoft/merogge/checked
...
don't include `aria-checked` property unless an item is checkable
2023-11-14 10:30:14 -08:00