Commit Graph

64373 Commits

Author SHA1 Message Date
Sandeep Somavarapu 116a3de416 Unify into single ViewContainerModel 2020-04-20 20:26:56 +02:00
SteVen Batten 9275e7ed56 better panel caching 2020-04-17 15:28:47 -07:00
SteVen Batten 20acf30da2 adopt in panel and revert unnecessary changes 2020-04-17 14:59:57 -07:00
SteVen Batten 5d4ceafae2 activity bar support 2020-04-17 14:29:59 -07:00
Sandeep Somavarapu f4a5613d81 💄 2020-04-17 19:53:22 +02:00
Sandeep Somavarapu f0ab6627c4 move and implement views model to view descriptors model 2020-04-17 19:40:52 +02:00
Sandeep Somavarapu b419aee673 view model skeleton 2020-04-17 18:21:30 +02:00
Daniel Imms 3602e7cf84 Fix paste in pwsh when screen reader is enabled
Fixes #95530
2020-04-17 07:00:47 -07:00
Daniel Imms 6cd42d3f51 Fix exit navigation mode command
Fixes #95514
2020-04-17 07:00:46 -07:00
Sandeep Somavarapu 872aa76eb5 Fix #95532 2020-04-17 16:00:07 +02:00
Sandeep Somavarapu 29dec23051 #94766 Show sign in action when enabled from CLI 2020-04-17 15:41:33 +02:00
Daniel Imms 6900770866 Set terminal label on textarea, not alert
Fixes #95511
2020-04-17 06:37:36 -07:00
João Moreno a8046d6968 fix npes 2020-04-17 15:06:02 +02:00
João Moreno 029ef4465b disable typescript task auto detect 2020-04-17 14:16:37 +02:00
Johannes Rieken 96dcb39fc5 No more textModel-reference in OutlineModel, #95234 2020-04-17 13:42:32 +02:00
Johannes Rieken aca266887c debt - put MovingAverage to numbers 2020-04-17 13:29:08 +02:00
Johannes Rieken 20f06ed034 make OutlineGroup fit for being used with other things than providers, #95234 2020-04-17 13:26:05 +02:00
Sandeep Somavarapu 88e98034a8 Fix #95353 2020-04-17 11:47:50 +02:00
Sandeep Somavarapu b3443c185a 💄 2020-04-17 11:08:13 +02:00
João Moreno 15c02dca3a fixes #95508 2020-04-17 11:01:34 +02:00
Sandeep Somavarapu 7fa1bef37f Fix #94530 2020-04-17 10:48:07 +02:00
João Moreno b1a50cbc8c add telemetry event for createSourceControl 2020-04-17 10:44:37 +02:00
isidor aecef14e24 monaco-editor-hover should have role tooltip, not its child
#95032
2020-04-17 10:41:13 +02:00
isidor c97650ed71 markers: also rerender parent once children get updated to update aria attributes
fixes #95283
2020-04-17 10:31:29 +02:00
Isidor Nikolic 958a942f5d Merge pull request #95488 from xisui-MSFT/insert_launch_config_when_not_exist
Add configurations field to launch.json, workspace.json or .code-workspace when it does not exist
2020-04-17 10:13:54 +02:00
João Moreno 4e8408d4c4 remove deps 2020-04-17 09:47:18 +02:00
Johannes Rieken a3083e58e2 fix getWordAtText for webkit-based browsers 2020-04-17 09:34:57 +02:00
isidor 39ebbba9a8 fix collapse all not working
fixes #95440
2020-04-17 09:09:10 +02:00
Johannes Rieken d1dfa5e91b iterate over suggestions only once, #95324 2020-04-17 09:06:34 +02:00
Johannes Rieken 8f1b2e5657 use async-await to prevent new callback-functions, https://github.com/microsoft/vscode/issues/95325 2020-04-17 09:06:34 +02:00
Martin Aeschlimann d5f4f05abc Merge pull request #89945 from microsoft/misolori/fold-icon-themeable
Make folding icons themeable
2020-04-17 00:05:23 -07:00
Miguel Solorio af452a4f05 Merge branch 'master' into misolori/fold-icon-themeable 2020-04-16 23:14:11 -07:00
Miguel Solorio 8bfcffb830 Update folding control token description 2020-04-16 23:13:35 -07:00
Benjamin Pasero f31af7f929 quick access - also show no-result pick for editor symbols 2020-04-17 08:13:30 +02:00
Miguel Solorio 7c50981d8c Merge branch 'master' into misolori/fold-icon-themeable 2020-04-16 23:04:37 -07:00
Miguel Solorio 4681c1ccae Fix #95099, remove unused svg icons 2020-04-16 22:56:14 -07:00
Rachel Macfarlane b665721d95 Try downgrading vscode-extension-telemetry package 2020-04-16 22:50:48 -07:00
Benjamin Pasero 5cb962bbd6 fix #95448 2020-04-17 07:36:51 +02:00
Rachel Macfarlane 87287d0275 Code cleanup, remove stuff related to sign in commands 2020-04-16 19:29:56 -07:00
Daniel Imms bb3450167d Only register openNativeConsole on non-web
Fixes #95481
2020-04-16 19:11:01 -07:00
Matt Bierner c54a8ce28d Reapply ad2df06794
Got reverted by 744b418a12
2020-04-16 18:38:47 -07:00
Matt Bierner 744b418a12 Extends webview focus workaround to when someone calls .focus on the webview dom node
Fixes #75209

Our custom menus try to restore focus when they are called. This ends up calling `.focus` on the webview dom node, which just triggers the problem 870700e95c fixed

To workaround this, override `.focus` on the node so that it always uses our implementation of focus that shells out to the real focus impl after a short delay.
2020-04-16 18:34:15 -07:00
Matt Bierner ad2df06794 Use shared keyboard handler for all electron webviews
Fixes #95487

This makes sure we properly handle the case where you hold down cmd and then open a new webview
2020-04-16 18:34:15 -07:00
rebornix c1d6c375bb toolbar not covering cell content 2020-04-16 18:14:22 -07:00
rebornix e753a7b402 💄 2020-04-16 18:11:50 -07:00
Xinyu Sui 3a8615d3a0 Add configuration field to launch.json, workspace.json or .code-worspace when it does not exist 2020-04-16 18:07:41 -07:00
rebornix 7d0cb833c3 disable failing tests 2020-04-16 18:04:41 -07:00
rebornix 6b68d4df0b restore folding state when notebook view model changes 2020-04-16 17:52:28 -07:00
rebornix f32ff305df Update folding regions when notebook view model change 2020-04-16 17:52:28 -07:00
Matt Bierner 5913061e1b Allow a custom editor to opt out of supporting multiple instances for a single resource
#77131
2020-04-16 17:40:20 -07:00