Commit Graph

76748 Commits

Author SHA1 Message Date
Sandeep Somavarapu 91c8be9a55 Merge branch 'master' into sandy081/settingsSync/align 2021-02-11 16:54:41 +01:00
isidor 1be536d154 Show DAP's new "ExceptionBreakpointsFilter.description" property in a hover
fixes #116347
2021-02-11 16:50:07 +01:00
isidor 90d07beb8a Show DAP's new "ExceptionBreakpointsFilter.conditionDescription" as placeholder in condition text box
fixes #116348
2021-02-11 16:42:30 +01:00
Johannes Rieken 0d7c8ec95a Merge pull request #115817 from microsoft/notebook/outputs
notebook outputs api
2021-02-11 16:38:17 +01:00
Alex Ross c514299b83 Show full url of ports when in panel
Fixes #111378
2021-02-11 16:37:40 +01:00
João Moreno ea048b8771 move ipc services back to e-sandbox
related to #114418
2021-02-11 16:30:13 +01:00
João Moreno b2e68d70b8 registerMainProcessRemoteService & registerSharedProcessRemoteService
adopt it in update and diagnostics service

related to #114418
2021-02-11 16:27:34 +01:00
isidor b31d9d5d06 fixes #116334 2021-02-11 16:18:40 +01:00
Alex Ross 8d7dbbab61 Account for workspace files in auto task notification
Fixes #115990
2021-02-11 16:18:05 +01:00
Johannes Rieken 2033439e48 add description property to RawContextKey, all registry to collect all info, add command to print, https://github.com/microsoft/vscode-docs/issues/3039 2021-02-11 16:14:36 +01:00
Sandeep Somavarapu 5a156a7fee #116084 fix reporting unhandled errors 2021-02-11 15:58:04 +01:00
João Moreno 481b65972b isolate IMainProcessService and ISharedProcessService into common
related to #114418
2021-02-11 15:55:07 +01:00
Sandeep Somavarapu d10ea1358a add more wordings to settings sync dialog 2021-02-11 15:51:51 +01:00
João Moreno 141a471203 more IPC cleanup
related to #114418
2021-02-11 15:40:34 +01:00
João Moreno 662b0003b8 cleanup update ipc code
related to #114418
2021-02-11 15:35:20 +01:00
Alex Ross 2b5a5223cb Fix case where file picker doesn't have ..
Fixes #116457
2021-02-11 15:08:54 +01:00
Johannes Rieken 6c92a6605c Merge branch 'master' into notebook/outputs 2021-02-11 15:03:41 +01:00
isidor 6ee4ef1c2d paneView: make actions in view title visible when focus in pane 2021-02-11 14:11:47 +01:00
Alexandru Dima a0bbfacd8c Fixes #116060: Clone minimap options before changing them 2021-02-11 12:24:04 +01:00
Martin Aeschlimann b6623e4d35 file watcher: show start watching info as debug 2021-02-11 10:41:20 +01:00
Benjamin Pasero f644b6b2a9 debt - less any, more unknown 2021-02-11 10:03:45 +01:00
Sandeep Somavarapu 471be7f8e6 use web overrides while reading 2021-02-11 10:02:38 +01:00
Johannes Rieken 24d1235d90 some unit tests for metadata classes, https://github.com/microsoft/vscode/issues/116333 2021-02-11 09:17:47 +01:00
Sandeep Somavarapu 6b8251cf43 fix #116419 2021-02-11 08:59:32 +01:00
Sandeep Somavarapu 16df123b5a do not turn off settings sync when quality changed 2021-02-11 07:46:40 +01:00
Jackson Kearl 3da19cfbaf Revert change to startupEditor until smoke tests are fixed 2021-02-10 22:34:37 -08:00
Jackson Kearl 8398e68f8f Fix #116093: New search editor should be pre-filled with selected text when pressing Ctrl + Shift + F 2021-02-10 22:30:43 -08:00
Jackson Kearl 775830334d Fix #115883: Remove opener service logging. 2021-02-10 22:20:29 -08:00
Jackson Kearl c6757e30a1 Enable getting started page as default startupEditor.
Closes #116414
2021-02-10 22:06:09 -08:00
Miguel Solorio e3acfe5d71 Merge pull request #116212 from microsoft/misolori/extension-icons 2021-02-10 22:05:43 -08:00
Jackson Kearl cd7a2d6685 Aria-label the image alt text ref #115896 2021-02-10 21:37:59 -08:00
Jackson Kearl 93f705ab40 Remove old import. 2021-02-10 21:31:00 -08:00
Jackson Kearl 5720ed629c Add back icon to getting started tab 2021-02-10 21:21:48 -08:00
Jackson Kearl 89162d522b Remove unused template file 2021-02-10 21:21:30 -08:00
Jackson Kearl 1830cbfd50 Remove getting started opt-in's 2021-02-10 21:00:09 -08:00
Jackson Kearl e6d8271e2e Batch of getting started accessibility changes ref #115896 2021-02-10 20:57:17 -08:00
Matt Bierner 6dd156d04b Support drag and drop copy for markdown cells
For #116393

Also removes some logging and improves drag/drop responsiveness
2021-02-10 17:37:51 -08:00
Rob Lourens b262ce0ac4 Always put focus in search box when using command to open settings editor
Fix #116167
2021-02-10 17:17:15 -08:00
Matt Bierner 35f855796b Add support for markdown notebook renderers (#115191)
* Use shared webpack version instead of installing locally for simple-browser

* Use npm for building markdown preview

* render markdown in webview.

* update markdown preview height and offset

* Add basic custom notebook renderer point

* update css

* style update.

* update markdown header padding left

* Add example of loading katex to extend the markdown-it renderer

* Rename global to make clear it only applies to markdown-in

* hide/remove markdown preview

* Add wait for initial markdown preview rendering before showing notebook

* Add double click to switch to editing mode

* Fix markdown cells not getting updated after editing

* style polish

* notebook.experimental.useMarkdownRenderer

* switch render strategy.

* Adding very intial drag drop support for notebook markdown cells

* Implement drag/drop stubs for test classes

* Revert unrelated file changes

* Move markdown notebook math to own extension

* Add missing imports

Co-authored-by: rebornix <penn.lv@gmail.com>
2021-02-10 16:41:53 -08:00
Connor Peet c36a09929c testing: implement retired test state
Fixes https://github.com/microsoft/vscode/issues/115086
2021-02-10 15:34:42 -08:00
Martin Aeschlimann e9b69cd273 update distro 2021-02-11 00:04:49 +01:00
Martin Aeschlimann 15b6534a11 file watcher: show info when start watching 2021-02-10 23:59:36 +01:00
Martin Aeschlimann 461bd165ec IIPCOptions: clarify freshExecArgv 2021-02-10 22:38:36 +01:00
Martin Aeschlimann 474b4ae2d5 ipc client: fork must not inherit --inspect(-brk)= 2021-02-10 22:26:44 +01:00
Connor Peet f9ac40b806 testing: add 'show in active file' 2021-02-10 13:07:43 -08:00
SteVen Batten cac5eba2aa fix workspace trust badge priority 2021-02-10 12:51:47 -08:00
Sandeep Somavarapu 585c5cc04b remove get*Actions from view pane 2021-02-10 21:42:00 +01:00
Sandeep Somavarapu 37e41cbfc4 Merge branch 'master' into sandy081/settingsSync/align 2021-02-10 21:23:45 +01:00
Sandeep Somavarapu f57bdeab80 Merge branch 'master' into sandy081/settingsSync/align 2021-02-10 21:20:58 +01:00
Matt Bierner 3dc8cb1afc Add setting to enable/disable returns generation in jsdoc
Fixes #116282
2021-02-10 12:20:01 -08:00