Commit graph

89753 commits

Author SHA1 Message Date
Daniel Imms c65c8738f9 Copy and use IWindowDriver in PlaywrightDriver 2021-11-12 06:11:18 -08:00
Daniel Imms daa8095ccf Fix xterm layering problem 2021-11-12 06:05:52 -08:00
Johannes Rieken 112709a721
tweak error messages when API proposal isn't available, https://github.com/microsoft/vscode/issues/131165 2021-11-12 15:04:35 +01:00
Alex Ross df681dcbfe
Add link to task when contexts documentation
Fixes #104000
2021-11-12 14:54:31 +01:00
João Moreno b78b727347
docs: 📝 better docs for views welcome content, group property
Related-to: d775c7346c (r60165388)
2021-11-12 14:49:34 +01:00
Johannes Rieken e79a9c811a
checkProposedApiEnabled and isProposedApiEnabled must be called with proposal name, add proposals for package.json-based API, https://github.com/microsoft/vscode/issues/131165 2021-11-12 14:46:42 +01:00
Daniel Imms 634dae736e Merge remote-tracking branch 'origin/main' into tyriar/smoke_test_improvements 2021-11-12 05:45:20 -08:00
Alex Ross 23f79187b9
Include workspace files tasks in recent tasks
Fixes #109454
2021-11-12 14:35:04 +01:00
Benjamin Pasero aee006ecb8
lifecycle - emit onWillShutdown even when using app.exit 2021-11-12 13:09:13 +01:00
Johannes Rieken 3bd29c1d6c
temp restore all enabled proposed API for test resolver, depends on some contrib-extensions, https://github.com/microsoft/vscode/issues/131165 2021-11-12 12:46:37 +01:00
Johannes Rieken d775c7346c
create stand-in declaration for contribViewsWelcome and adopt for git-extension, https://github.com/microsoft/vscode/issues/131165 2021-11-12 12:31:56 +01:00
Johannes Rieken e6a106f524
fix https://github.com/microsoft/monaco-editor/issues/2366 2021-11-12 12:24:22 +01:00
Alex Ross 22b53c1acf
Add contextualTitle for NPM Scripts
Fixes #111994
2021-11-12 11:57:50 +01:00
Alexandru Dima 7bbae2d44d
Do not brutally kill extension hosts in the abnormal shutdown case to unblock the build 2021-11-12 11:43:25 +01:00
Ladislau Szomoru e95c74c4c7
Extract git static contributions into a separate extension 2021-11-12 11:35:35 +01:00
Johannes Rieken 09c9d4c293
use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165 2021-11-12 11:05:57 +01:00
Johannes Rieken 7ac327281a
make sure proposal name generation is sorted, https://github.com/microsoft/vscode/issues/131165 2021-11-12 11:05:56 +01:00
Ladislau Szomoru 4549bd26c7
Extract diff language into its own extension (#136967) 2021-11-12 10:59:52 +01:00
Benjamin Pasero 81cf536582
watcher - stop sending out delete events on workspace root (#136673) 2021-11-12 10:52:44 +01:00
Johannes Rieken 8d3536c7f7
extract auth#session into its own proposal file, make isProposedApiEnabled and checkProposedApiEnabled more strict by forcing them to be called with undefined or a proposal name, https://github.com/microsoft/vscode/issues/131165 2021-11-12 10:03:53 +01:00
Johannes Rieken 20382c5743
extract notebook controller kind into its own proposal, https://github.com/microsoft/vscode/issues/131165 2021-11-12 09:54:38 +01:00
Alex Dima 317ae33489
Fix handling of integer parse errors 2021-11-12 09:52:33 +01:00
Johannes Rieken a4d426a1c2
split vscode.proposed.d.ts into a file per proposal, https://github.com/microsoft/vscode/issues/131165 2021-11-12 09:48:17 +01:00
Henning Dieterichs 4e8450ad93
Fixes #135440 2021-11-12 09:44:42 +01:00
Johannes Rieken 2e0f5604ef
move fsChunks into it own proposal file, https://github.com/microsoft/vscode/issues/131165 2021-11-12 08:41:02 +01:00
rebornix 98550aa478
group cell listeners. 2021-11-11 18:36:42 -08:00
rebornix 0c6e106351
separate listeners. 2021-11-11 18:36:40 -08:00
rebornix b335fc58ef
ensure focusMode is always accurate. 2021-11-11 18:36:39 -08:00
rebornix cdced28174
cell editor focus border focus-within 2021-11-11 18:36:37 -08:00
Tyler Leonhardt fb4f68f42c
rename TransferQuickPickItems 2021-11-11 16:11:40 -08:00
Tyler Leonhardt f8b17200c1
refresh more often based on clock skew 2021-11-11 14:24:44 -08:00
Raymond Zhao 023cfc9959
Bump axios 2021-11-11 13:59:22 -08:00
Alex Dima bd25c294cd
Fix incorrect event 2021-11-11 20:54:27 +01:00
SteVen Batten 183e6922b0
rename commandExecuted 2021-11-11 09:49:30 -08:00
Matt Bierner 40fbc4e89e
Unskip test 2021-11-11 09:20:58 -08:00
Johannes Rieken bf523f8b21
fix https://github.com/microsoft/vscode/issues/136955 2021-11-11 18:12:17 +01:00
Martin Aeschlimann cfebd1d0be
remove codicon.registerCodicon: codicon are the default, built-in icons 2021-11-11 17:58:31 +01:00
Martin Aeschlimann 0db54eef8a
Use widgetClose icon in banner part 2021-11-11 17:58:31 +01:00
Johannes Rieken 5c720d53f1
add failing/skipped test for https://github.com/microsoft/vscode/issues/136955 2021-11-11 17:55:43 +01:00
Alexandru Dima 37794dfd2c
Merge pull request #135774 from microsoft/alex/main-process-extension-host
Create extension host processes from a node worker in the main process
2021-11-11 17:51:25 +01:00
Johannes Rieken ef7b823c60
tweak wording of log message, https://github.com/microsoft/vscode/issues/131165 2021-11-11 17:34:22 +01:00
Johannes Rieken d967d9ca67
extract editorInsets proposal into its own file, https://github.com/microsoft/vscode/issues/131165 2021-11-11 17:25:49 +01:00
Johannes Rieken 788d959222
simplify extensionsApiProposals, https://github.com/microsoft/vscode/issues/131165 2021-11-11 17:17:21 +01:00
Benjamin Pasero 84c9bf4ec8
watcher - harden test for unexpected events 2021-11-11 16:57:06 +01:00
Alex Ross 9efa55c419
Improve appearance of NPM scripts tree
Fixes #123091
2021-11-11 16:45:00 +01:00
Johannes Rieken 64da3b132b
move languageStatus API proposal into its own file, adopt TypeScript usage, https://github.com/microsoft/vscode/issues/131165 2021-11-11 16:21:59 +01:00
Johannes Rieken 3d6385a745
feed all "vscode-dts/vscode.proposed.*.d.ts" into tsc, https://github.com/microsoft/vscode/issues/131165 2021-11-11 16:21:59 +01:00
João Moreno 902c672b2e
docs(list): 📝 initial documentation for the ListView and List widgets
Related-to: #124652
2021-11-11 16:10:54 +01:00
João Moreno cf35554717
docs: 📝 add documentation for the HighlightedLabel widget
Related-to: #124652
2021-11-11 16:05:59 +01:00
Martin Aeschlimann bb6f91b5a3
externalize icons for the workspace trust editor 2021-11-11 15:51:53 +01:00