Commit graph

62758 commits

Author SHA1 Message Date
rebornix 5194415bae Merge remote-tracking branch 'origin/master' into rebornix/notebook 2020-03-18 09:53:43 -07:00
rebornix 58afb2be50 💄 2020-03-18 09:51:50 -07:00
rebornix bef89447f8 💄 2020-03-18 09:51:44 -07:00
rebornix 915d3da29e create new cell should be stateless 2020-03-18 09:51:06 -07:00
rebornix 542818bfc9 Fix cursor movement not revealing cell into view 2020-03-18 09:45:22 -07:00
Andre Weinand cfeb8f868c update DAP progress comments 2020-03-18 17:27:13 +01:00
Sandeep Somavarapu 74b4831485 #86678 Prepare for syncing snippets
- Get conflicts resources from syncronisers
- adjust conflicts handling methods to take conflicts resources
- fix back up local data before accepting incoming changes
2020-03-18 16:52:46 +01:00
SteVen Batten 07d913932a fix build 2020-03-18 11:15:01 -04:00
SteVen Batten a6b1c77e85
Drag and Drop for Global Awareness (#92299)
* wip

* more feedback

* some cleanup

* move things out of paneview.ts

* dragging within a view pane container

* moving composites within and views across

* drag full composites to panel

* move composites between both

* moving views to composites

* dragging single view composite into view pane

* fix orienation for overlay

* quick cleanup before check in
2020-03-18 10:56:49 -04:00
Benjamin Pasero c3e6110d22 quick access - reduce flicker for slow&fast provioders (fix #92853) 2020-03-18 13:47:22 +01:00
isidor 03ee6b27cb debug: only show the cancel if the progress event is cancelable
#92253
2020-03-18 12:36:37 +01:00
Benjamin Pasero 51ec5e9775 quick access - picker tests 2020-03-18 12:22:45 +01:00
Johannes Rieken 8c81d9a889 move ICompositeCodeEditor to editor-layer 2020-03-18 11:32:10 +01:00
Benjamin Pasero a8e13f1c84 quick access - include history still when not searching 2020-03-18 10:52:46 +01:00
Benjamin Pasero d519182aa9 quick access - clean up actions for anything picker 2020-03-18 10:48:19 +01:00
isidor 67432bb17e debug viewlet show progress
fixes #92253
2020-03-18 10:47:20 +01:00
Benjamin Pasero 61c22574cc quick access - use proper token for cancellation 2020-03-18 10:12:50 +01:00
Benjamin Pasero 0d2868d4e1 web - assume a light theme by default for background color 2020-03-18 09:28:02 +01:00
Benjamin Pasero eaabbce9e0 dialog - use title caps 2020-03-18 08:58:23 +01:00
Benjamin Pasero f68b1bd2a3
Merge pull request #92907 from microsoft/ben/quick-access-anything
Quick access anything provider
2020-03-18 08:55:17 +01:00
Benjamin Pasero 055553ab54 quick access - wrap up anything provider 2020-03-18 08:53:42 +01:00
Benjamin Pasero 1e4fcba26d web - disable some flaky integration tests (#92826) 2020-03-18 07:52:27 +01:00
Benjamin Pasero 3e32ce73e7 🆙 distro 2020-03-18 07:41:36 +01:00
Benjamin Pasero d339e9b4db quick access - encapsulate cache state 2020-03-18 07:25:40 +01:00
rebornix 9bb2c9dea6 TextModel and CellTextMode. Separate dirty state from text model. 2020-03-17 17:38:09 -07:00
Matt Bierner 708b019bb4 Check in rebuilt file 2020-03-17 15:06:34 -07:00
Matt Bierner 1c741ecc64
Move web playground code into its own extension (#92672)
This splits the web playground out from vscode-api-tests
2020-03-17 15:01:17 -07:00
Andy Barron 14514ea39a
initial support (#92681) 2020-03-17 14:52:26 -07:00
Rob Lourens 662fef21e1 Fix build 2020-03-17 14:45:11 -07:00
rebornix 8e72cca30c Persist cell data when delete cell content. 2020-03-17 14:40:43 -07:00
rebornix d9b9cfece0 Reveal range after editor is initialized. 2020-03-17 14:40:14 -07:00
rebornix b8840e41b8 revert viewlines change.. 2020-03-17 14:39:36 -07:00
Rob Lourens dcb04f1d8e Fix layout error in search view when switching to
the panel
Fix #92610
2020-03-17 14:31:27 -07:00
Miguel Solorio 87428eb414 Adopt codicons in feedback widget and update link color (ref #86708) 2020-03-17 13:48:22 -07:00
Miguel Solorio 8d44139f2f Adopt codicons in comment reactions widget 2020-03-17 11:51:41 -07:00
isidor ec2ed03355 debug: expose onDidProgressStart and onDidProgressEvent
#92253
2020-03-17 18:59:34 +01:00
rebornix 2c92a701fa Use container height for markdown cell, consider separate MarkdownViewModel and CodeViewModel 2020-03-17 10:35:33 -07:00
rebornix 9b235bae7c scrollTop should never be negative 2020-03-17 10:28:02 -07:00
Johannes Rieken 23d863f680 new version of the references viewlet 2020-03-17 18:26:22 +01:00
Martin Aeschlimann 60b847aa35
Merge pull request #92862 from videlalvaro/issue_92860
fixes #92860
2020-03-17 17:55:43 +01:00
Martin Aeschlimann a3ccfdab2a
Merge pull request #92865 from videlalvaro/issue_92863
fixes #92863
2020-03-17 17:54:42 +01:00
Miguel Solorio da6ebc452c Adopt codicons in simple find widget (ref #86708) 2020-03-17 09:51:45 -07:00
Benjamin Pasero c7786cf4ca update distro 2020-03-17 17:32:49 +01:00
Miguel Solorio 460e74e791 Adopt codicons in call hierarchy (ref #86708) 2020-03-17 09:21:44 -07:00
Connor Peet d59b8b09ac
debug: update js-debug-nightly to "2020.3.1617" @ 2020-03-17T00:07:50.32Z 2020-03-17 09:02:42 -07:00
Alex Ross 46d8d3aa69 Tasks without command are added to instances
Part of #92792
2020-03-17 16:37:01 +01:00
Alvaro Videla 02570f8cff fixes #92863 2020-03-17 16:33:18 +01:00
Alvaro Videla 98ae8652aa fixes #92860 2020-03-17 16:26:54 +01:00
Christof Marti de976e87dd Listen on window (fixes #64149) 2020-03-17 15:44:28 +01:00
Benjamin Pasero cd7c6aa14d quick access - handle caches as before 2020-03-17 15:20:22 +01:00