Commit Graph
73433 Commits
Author SHA1 Message Date
rebornix b2693bb7ed remove legacy kernel on content provider 2020-08-27 12:01:25 -07:00
Eric Amodio 95f0ea4cd8 Adds lazy allocation for the itle desc dom node 2020-08-27 14:57:47 -04:00
Eric Amodio 8da30f9ec1 Adds title description to view pane containers 2020-08-27 14:57:47 -04:00
Rachel Macfarlane 650197b991 Add authentication contribution point, #103507 2020-08-27 11:51:18 -07:00
rebornix 3bd7c6981e enable enhanced text diff view for notebook by default. 2020-08-27 11:38:13 -07:00
rebornix 20e9b0b78f support reverting outputs. 2020-08-27 11:32:38 -07:00
rebornix 883749806b support revert notebook cell metadata in diff view. 2020-08-27 11:26:01 -07:00
rebornix 342899271d re #105346. 2020-08-27 11:25:32 -07:00
SteVen Batten fc1b768258 fixes #90836 2020-08-27 10:25:27 -07:00
SteVen Batten 8877f5f60a fixes #105480 2020-08-27 10:21:39 -07:00
Dirk Bäumer 0dd985bf4c Merge pull request #104518 from noellelc/dev/noecald/updateRichNavDependency
Rich Nav - incorporate updates to RichNav's GitHub Action
2020-08-27 18:03:48 +02:00
Connor Peet cc96f8ea23 debug: bump js-debug-companion 2020-08-27 08:58:47 -07:00
Dirk Bäumer 5817b526b1 Merge branch 'master' into dev/noecald/updateRichNavDependency 2020-08-27 17:54:38 +02:00
Johannes Rieken 450c37e2f7 also send onNotebook:XYZ event, https://github.com/microsoft/vscode/issues/105496 2020-08-27 17:48:34 +02:00
n-gist ef50db9f59 Requested changes 2020-08-27 21:25:00 +06:00
Benjamin Pasero 3c80a82a8e perf - load semver-umd only when needed in cli-process 2020-08-27 17:08:36 +02:00
annkamsk a6b1892f14 Create HTML with dom.ts#$ function calls instead of string concatenation 2020-08-27 17:02:19 +02:00
Alex Dima 60efb74133 update native-keymap 2020-08-27 16:25:38 +02:00
Alex Ross 874c98d884 Always use new hover in custom tree views 2020-08-27 16:17:34 +02:00
Sandeep Somavarapu d82329c55d update distro 2020-08-27 16:08:53 +02:00
Johannes Rieken dcdc03f35d activate extensions before trying to resolve a notebook 2020-08-27 15:09:30 +02:00
Sandeep Somavarapu de8eb7dd8c use recommendations in prompt text 2020-08-27 14:44:45 +02:00
Sandeep Somavarapu c0a8b1d2dd do not show not installable extensions in recommendations 2020-08-27 14:33:07 +02:00
Sandeep Somavarapu 4880a28f09 recommend extensions only when they are installable 2020-08-27 14:33:06 +02:00
Sandeep Somavarapu 8743d95c76 introduce canInstall api in extension management service 2020-08-27 14:33:06 +02:00
Alex Ross e5be134f62 Show task detail on already selected default
Fixes #105315
2020-08-27 13:59:42 +02:00
Johannes Rieken dfa931d786 more Dto<T> tweaks 2020-08-27 13:33:45 +02:00
Johannes Rieken 470966b066 add model version to notebook edits when possible, https://github.com/microsoft/vscode/issues/105283 2020-08-27 11:58:01 +02:00
Johannes Rieken fdf5b95a51 replace ICellInsertEdit, ICellDeleteEdit with ICellReplaceEdit, https://github.com/microsoft/vscode/issues/105283 2020-08-27 11:25:41 +02:00
Alex Ross 0de8d51904 Finalize task detail API
Fixes #69785
2020-08-27 11:08:48 +02:00
Johannes Rieken 0eb11e8f0c align names, https://github.com/microsoft/vscode/issues/105283 2020-08-27 10:47:13 +02:00
Benjamin Pasero 21dd836ddb macOS: detect high contrast theme (fix #105481) 2020-08-27 10:45:00 +02:00
Johannes Rieken 860a68747f WorkspaceEdit#replaceCells|CellOutput|CellMetadata, https://github.com/microsoft/vscode/issues/105283 2020-08-27 10:25:17 +02:00
Benjamin Pasero f4d92fcb73 electron 9: adopt 'render-process-gone' event and show details 2020-08-27 10:24:50 +02:00
Martin Aeschlimann 7fc5375536 Language selector shows incorrect Icons for Javascript. Fixes #105244 2020-08-27 09:45:38 +02:00
Eric Amodio 5a968d0235 Adds scmProviderRootUri context key 2020-08-27 01:17:14 -04:00
Rob Lourens b58f4549b2 Implement notebook cell status bar item contributions
Fix #104958
2020-08-26 17:07:10 -07:00
Robo 6b90f4d6dc chore: bump electron@9.2.1 (#105459)
Fixes https://github.com/microsoft/vscode/issues/104636
2020-08-26 16:55:03 -07:00
Matt Bierner 23fe7a39de Split extHost webview panels to own file 2020-08-26 16:46:26 -07:00
Matt Bierner 72cbf699d8 Split out main thread webview panels into own class/file 2020-08-26 16:46:26 -07:00
Matt Bierner 7e4ccf1676 Rename WebviewPanelHandle -> WebviewHandle 2020-08-26 16:46:25 -07:00
Matt Bierner 79d7a9569d Undoing exthost side of the webview serializer split 2020-08-26 16:46:25 -07:00
Matt Bierner 51ba70d426 Undo split of serializers into own main thread class
The serializers belong with the panels, not in their own class
2020-08-26 16:46:25 -07:00
Matt Bierner 4d88b39b7d Split up main thread webview services 2020-08-26 16:46:25 -07:00
Rachel Macfarlane a6103e8faa Fix Buffer reference in browser for ms auth 2020-08-26 15:20:45 -07:00
rebornix 4f210e60ae allow metadata apply even if it does not trigger content change 2020-08-26 15:13:16 -07:00
Rob Lourens 1ace7f22a6 Fix run button/execution order labels when cell is collapsed 2020-08-26 14:50:18 -07:00
Rob Lourens 2872bf2525 Fix tests 2020-08-26 12:35:01 -07:00
rebornix 8c61dd2b91 allow editing of insert cell content. 2020-08-26 12:12:14 -07:00
rebornix b08a4042ac support editing of cell content 2020-08-26 12:11:06 -07:00