Commit Graph

90679 Commits

Author SHA1 Message Date
João Moreno
98f5bf9b9b feat(scm): introduce scm.diffDecorationsIgnoreTrimWhitespace
Closes: #130956
2021-11-08 17:01:34 +01:00
Logan Ramos
15bff5b95e Flatten out properties or measurements 2021-11-08 10:12:33 -05:00
Logan Ramos
00de6a5f2f Update telemetry module 2021-11-08 10:00:44 -05:00
João Moreno
144d7e3f68 fix(list): 🐛 list/tree should show focus outline while context menu is open
Closes: #123771
2021-11-08 15:51:31 +01:00
João Moreno
0961dbb56d style: 🗑️ 2021-11-08 15:26:31 +01:00
João Moreno
6c2ccebbe1 feat: use startIn property for save and open dialogs
Closes: #130034
2021-11-08 15:18:47 +01:00
Henning Dieterichs
fbb774e1cd Merge pull request #136517 from microsoft/hediet/inlay-hints-controller-no-decoration-type
Gets rid of registerDecorationType in inlay hints controller
2021-11-08 15:13:44 +01:00
João Moreno
39e3b69db0 chore: 🔧 update conventional commit scopes 2021-11-08 14:58:18 +01:00
João Moreno
491a86b974 fix(table): 💄 alternating background colors for table widget
Closes: #125099
2021-11-08 14:58:18 +01:00
João Moreno
1788b8afd8 chore: 🔧 clean smoketest dependencies 2021-11-08 14:58:17 +01:00
Sandeep Somavarapu
10c3fec7fb #132183 clean up
- Use FileOutputChannelModel for OutputChannelBackedByFile
- Rename replaceAll to replace
- simplify exthost output service and channel impl
- enhance update api
2021-11-08 14:47:27 +01:00
João Moreno
6f0346f2cb fix(splitview): up/down arrows should change focus between pane view headers
Closes: #117440
2021-11-08 14:21:36 +01:00
Alex Ross
0600ecc75b Fix problem location URI
Fixes #136588
2021-11-08 14:06:25 +01:00
João Moreno
5ce44b2e01 feat(grid): 🚸 2x2 mode can be enabled by splitting
Closes: #117866
2021-11-08 13:58:29 +01:00
Alex Dima
ad8c9b8ce1 go back to fork 2021-11-08 12:29:08 +01:00
Benjamin Pasero
2c4eb0298d errors - do no log undefined rejection reasons
//cc @alexdima
2021-11-08 12:05:58 +01:00
Johannes Rieken
e1612baf96 add shortcut between file system provider and consumer
When a file system is implemented and used within the same extension host we can short cut some calls, e.g skip going through the renderer and stay within the extension host
2021-11-08 12:05:48 +01:00
João Moreno
cfb6bc83c9 fix(scm): dont create event listeners per scm row
Closes: #115016
2021-11-08 11:58:28 +01:00
Sandeep Somavarapu
37a3ce24f0 cleanup proposed api 2021-11-08 11:24:18 +01:00
Alex Ross
e54933ab22 Remove initial text line skipping in tasks
Part of #136585
2021-11-08 11:15:56 +01:00
Sandeep Somavarapu
3b2089f7b4 Merge pull request #136402 from smcenlly:main
output channel: new replaceAll API to improve output channel rendering
2021-11-08 11:12:23 +01:00
Alex Dima
a8e37a4b43 Kill extension host processes immediately when doing extension test 2021-11-08 11:09:21 +01:00
Martin Aeschlimann
7d78ec2e1d Merge pull request #136543 from jzyrobert/html_correct_command
Update html-language-features documentation and tasks to yarn
2021-11-08 11:05:00 +01:00
Johannes Rieken
3ba528bde5 don't show "Activating Extensions..." repeatedly 2021-11-08 09:57:10 +01:00
Johannes Herchen
00d94046fe fix preinstall script (#136638)
detect yarn with .cjs extensions
2021-11-08 09:50:56 +01:00
Henning Dieterichs
39c7f7b1a6 Fixes nits. 2021-11-08 09:36:21 +01:00
Benjamin Pasero
8d5348aba6 web - rewrite how storage is handled on shutdown
cc @sandy081
2021-11-08 08:53:25 +01:00
Benjamin Pasero
bdbaac08a1 💄 2021-11-08 07:17:15 +01:00
Benjamin Pasero
80c789277f Stop parcel watcher on shutdown (#136569)
* watcher - stop service on Linux (#136264)

* watcher - cleanup

* only dispose in electron
2021-11-08 07:03:27 +01:00
Rob Lourens
a7104f13ff Remove unused fs import #133654 2021-11-07 19:48:54 -08:00
Simon McEnlly
f8c479c0a7 Merge branch 'microsoft:main' into main 2021-11-08 12:25:53 +10:00
Pedro Guedes
b35098d6e3 fix #131458 2021-11-07 16:37:27 +00:00
Filip Troníček
8535fa1836 rename connectionToken to connection-token 2021-11-07 15:16:56 +00:00
Sandeep Somavarapu
3afa5c6420 - Do not send replace content from ext host
- implement replaceAll in the model
- cancel all model update operations on replace request
- queue append operation after replace
- clean ups
2021-11-06 13:46:18 +01:00
Sandeep Somavarapu
e034d59a8e Merge branch 'main' into pr/smcenlly/136402 2021-11-06 13:34:32 +01:00
Tyler Leonhardt
66b1668b66 wait if there's a refresh in progress 2021-11-05 17:01:21 -07:00
Rob Lourens
b2185337aa Fix #118835 to check ListSelectionNavigation 2021-11-05 17:00:34 -07:00
Simon McEnlly
82c003a988 Update to use nullExtensionDescription instead of undefined when no extension is available in Host Outpu ExtHostLogFileOutputChannel context 2021-11-06 09:27:51 +10:00
SteVen Batten
292793d9fb fixes #136451 2021-11-05 16:15:58 -07:00
Rob Lourens
73c9f9853d Fix slashes in windows test 2021-11-05 16:05:43 -07:00
Matt Bierner
d1f2d0a729 Tweak markdown notebook header sizes
Fixes #105900
2021-11-05 15:57:30 -07:00
Rob Lourens
0fb0d01367 Remove searchApp, searchIpc
And update search settings for local search removal
#133654
2021-11-05 15:48:34 -07:00
Connor Peet
8a18a669fe fix: performance issues on large context menus (#136398) 2021-11-05 15:45:13 -07:00
Rob Lourens
5993f56abe Remove LocalSearchService, again
Fix #133654
2021-11-05 15:43:56 -07:00
Rob Lourens
3df135c388 Fix jupyter version number, #136544 2021-11-05 14:50:10 -07:00
Rob Lourens
29c5f2d394 Show an error when opening an old unsupported jupyter format
Fix #136544
2021-11-05 14:06:39 -07:00
Matt Bierner
69ca0f29fd Enable linkify in notebook markdown
Fixes #136545
2021-11-05 13:52:53 -07:00
Matt Bierner
1a98c6a1e8 💄 2021-11-05 13:52:52 -07:00
Raymond Zhao
7b4e7d399f Add order field to the settings json schema (#133484) 2021-11-05 13:45:26 -07:00
Robert Jin
8d78e70f78 Update html-language-features documentation and tasks to yarn 2021-11-05 20:15:01 +00:00