Commit graph

64480 commits

Author SHA1 Message Date
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
Daniel Imms
8d4cb4e436 Merge remote-tracking branch 'origin/master' into tyriar/46696_env_var_ux 2020-04-16 17:40:58 -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
Matt Bierner
a565d7e2e8 Fix default custom editors no opening properly 2020-04-16 17:40:20 -07:00
Matt Bierner
5426f5ff70 Add CustomDocumentContentChangeEvent
For #77131

- Rename `onDidEdit` to `onDidChange`
- Allow custom editors to fire a `CustomDocumentContentChangeEvent` that only marks the editor as dirty but does not enable undo/redo. The only way for editor to get out of this dirty state is to either save or revert the file
2020-04-16 17:40:20 -07:00
Daniel Imms
b1ccae5569 Fix duplicate category 2020-04-16 17:33:25 -07:00
rebornix
90bc36a982 organize imports 2020-04-16 16:29:58 -07:00
rebornix
e96f89de53 Folding for cells. 2020-04-16 16:27:49 -07:00
Daniel Imms
0fc6b39e32 Add f6/shift+f6 to skip shell
Part of #94921
2020-04-16 16:19:16 -07:00
Jackson Kearl
5178f316d7
author-verified => z-author-verified 2020-04-16 15:42:03 -07:00
Rachel Macfarlane
4df533375e Show provider name next to account, fixes #95476 2020-04-16 15:13:55 -07:00
Sandeep Somavarapu
1055c629d2 💄 2020-04-16 21:48:15 +02:00
Sandeep Somavarapu
f26b45abb0 turn off only when enabled 2020-04-16 21:47:27 +02:00
Daniel Imms
683ede4b25 Make sure right split is relaunched 2020-04-16 12:22:56 -07:00
Daniel Imms
0f0ea4ad0f Fix icon positioning 2020-04-16 12:15:30 -07:00
Daniel Imms
66ad2f83c9 Hook up actions for stale info, add relaunch command 2020-04-16 12:04:57 -07:00
Rachel Macfarlane
c63a842f00 Add basic telemetry to auth providers 2020-04-16 11:59:07 -07:00
Sandeep Somavarapu
885a12d61a
Merge pull request #95438 from microsoft/sandy081/sync-auth-flow
Improve sync flow from Accounts UI
2020-04-16 20:43:16 +02:00
Sandeep Somavarapu
2e644eb3f0 update account status.
- remove inactive state
- use available and unavailable states
2020-04-16 20:15:33 +02:00
isidor
a5412e6f2b Tabs: set aria-description to empty string so that screen readers would not read the title as well
fixes #95378
2020-04-16 20:10:48 +02:00
Daniel Imms
7e2105965a Add placeholder string for changes active 2020-04-16 10:58:36 -07:00
Daniel Imms
c09720e6a8 Improve styling 2020-04-16 10:58:12 -07:00