Commit Graph

89308 Commits

Author SHA1 Message Date
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
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
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
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
Matt Bierner b13351b611 Prevent standard browser find widget showing when inside webviews 2021-11-05 12:53:27 -07:00
SteVen Batten 7c0bb3bac6 enable experiments not available in shared process 2021-11-05 12:45:38 -07:00
Logan Ramos b2c4948b9c Update telemetry extractor 2021-11-05 15:38:47 -04:00
Logan Ramos c15b08173c Bump distro 2021-11-05 15:05:44 -04:00
Rob Lourens 76dab1d2f7 Simplify list.clear
Fix #118835
2021-11-05 11:54:01 -07:00
Megan Rogge 950e89beac replace ProcessPropertyType with generic T (#136469) 2021-11-05 11:32:38 -07:00
rebornix 3b39182f07 trigger min height update when output height is non-zero 2021-11-05 09:31:42 -07:00
Tyler Leonhardt 0f9d05ca5b Remove externalURLOpener embedder API 2021-11-05 09:24:43 -07:00
Miguel Solorio f3dd2158ca Update Codicons: Add newline
https://github.com/microsoft/vscode-codicons/commit/482a516fd42a0a0262725638300ba0fe0c106bbf
2021-11-05 09:15:32 -07:00
Tyler Leonhardt 60af1d383c allow hover of detail. Fixes #101874 2021-11-05 08:38:27 -07:00
João Moreno e5bcb02e1e fix(tree): 🐛 allow navigating between breadcrumbs using arrow keys 2021-11-05 16:23:15 +01:00
Alex Ross b5ac86ad3e Change log level trace to info in auto tasks
Part of microsoft/vscode-remote-release#5309
2021-11-05 16:17:17 +01:00
Alex Ross e4efcb3be9 Drive letter on Windows remotes
Fixes #135762
2021-11-05 16:09:01 +01:00
Ladislau Szomoru 4297ff8195 Revert fix for #26425 2021-11-05 15:53:32 +01:00
Ladislau Szomoru c7a84f93d3 Address no-async-promise-executor ESLint rule 2021-11-05 14:52:06 +01:00
João Moreno eaaf68f7ae fix(list): Escape should shrink selection first
Closes: #118835
2021-11-05 14:42:59 +01:00
Johannes Rieken d0755ba4bb 💄 2021-11-05 12:20:59 +01:00
Peter Strömberg 120ddb6053 Honor setting show only shortcut keys (#136251)
* Honor setting show only shortcut keys

* Shortcut-only setting, check shortcut.commandId

* Show keys when no title
2021-11-05 03:24:52 -07:00
Alex Ross 3d3e502e72 Allow ts files for gulp tasks
Fixes #136418
2021-11-05 10:57:20 +01:00
Johannes Rieken 6ef5dbec55 _forwardMarkers must check for empty markerData, fixes https://github.com/microsoft/vscode/issues/136434 2021-11-05 10:51:20 +01:00
Henning Dieterichs 9d092bc97a Fixes #136470 by not firing "onDidChange" when there was no change. 2021-11-05 10:15:19 +01:00
Martin Aeschlimann 2b250d9985 extract iconNameCharacter from doParseLabelWithIcons 2021-11-05 10:11:31 +01:00
Johannes Rieken 2499f31949 fix https://github.com/microsoft/vscode/issues/133622 2021-11-05 09:38:51 +01:00
Joyce Er 05a2f2809e Don't show 'Sync Changes' button if auto sync or auto push are enabled (#134408) 2021-11-05 09:18:08 +01:00
Johannes Rieken b59f00fc4d fix (again) https://github.com/microsoft/vscode/issues/133210 2021-11-05 09:01:01 +01:00
Johannes Rieken 3b6a33dc07 inlay hints - properly dispose scroll listener 2021-11-05 08:29:06 +01:00
Rob Lourens 552af97a01 Add a welcomeView message when no debugger extensions are enabled
Fix #136450
2021-11-04 18:16:13 -07:00
SteVen Batten 8a4ddd5643 Revert "user agent testing"
This reverts commit 206975e91e.
2021-11-04 17:47:05 -07:00
Matt Bierner 08ef40bd52 Clairify webview names
- Better mark interfaces using `I`
- Don't use `iframe` since all webviews now use iframes
- WebviewOverlay -> OverlayWebview
2021-11-04 17:30:03 -07:00