Commit Graph
46343 Commits
Author SHA1 Message Date
Matt Bierner dcb5998b75 Fix resource scope access error logging (#89130)
For #87768

It seems that this log message is meant to be fired when accessing a resource scoped config without a resource
2020-01-23 10:00:50 -08:00
Isidor Nikolic d1b35f7748 Merge pull request #89173 from microsoft/isidorn/accessibilityPageSize
Automatically set accessbilityPageSize to 1000
2020-01-23 17:33:01 +01:00
Sandeep Somavarapu 79f83f0033 Fix #89046 2020-01-23 17:02:12 +01:00
Johannes Rieken ee22a386fa fix #86692 2020-01-23 16:48:54 +01:00
Alex Ross fc282975fe Stop sequential dependent tasks if one is canceled
Fixes #84789
2020-01-23 16:39:35 +01:00
Alex Ross 15d85ec41d Remove unused reference in viewsViewlet.ts 2020-01-23 16:35:18 +01:00
isidor 3efd575c64 If a screen reader is attached and the default value is not set we shuold automatically increase the page size to 1000 for a better experience
fixes #85833
2020-01-23 16:22:02 +01:00
Alex Ross 368a7b92e4 Fix remote explorer viewlet actions 2020-01-23 16:12:12 +01:00
Johannes Rieken e09632f8bf fix tests 2020-01-23 15:59:53 +01:00
Alex Dima d7890fa51f Fixes #53947: Add "Developer: Restart Extension Host" 2020-01-23 15:51:36 +01:00
Johannes Rieken 5d85d2eeef suggest - don't send default ranges for each item 2020-01-23 15:29:50 +01:00
Sandeep Somavarapu afe0caf2f4 Merge branch 'master' into movableViews 2020-01-23 15:14:42 +01:00
Alex Ross dd3b65f955 Only show 'task already running' message when task is visible
If the task is running but not visible, show it

Fixes #84794
2020-01-23 15:06:52 +01:00
Sandeep Somavarapu 34d739f40c 💄 2020-01-23 13:59:04 +01:00
Sandeep Somavarapu 14dd693710 Merge branch 'master' into movableViews 2020-01-23 13:53:52 +01:00
Sandeep Somavarapu 2175d4c0dd - Introduce menu id to contribute view title context menu actions
- Use this menu id to get context menu action for a view
2020-01-23 13:47:26 +01:00
Alex Ross 419360d3ba Make show task act as a toggle
Fixes #84795
2020-01-23 12:51:08 +01:00
Johannes Rieken a3771b4f05 bulk: add tests 2020-01-23 12:49:01 +01:00
Johannes Rieken 3172af8aef bulk - tweak rename input padding 2020-01-23 12:17:49 +01:00
Benjamin Pasero 5ec65bdc87 backup - remove discardAllBackups() method
This method is actually deleting the entire backup home
folder for the workspace and it is possible that this could
lead to race conditions when a backup is running at the same
time.
2020-01-23 12:14:27 +01:00
Alex Ross b72188e257 Add action to change local port on tunnel
Fixes #89031
2020-01-23 11:30:24 +01:00
Alex Dima 08647f57e3 Fixes #86400: forcefully => forcibly 2020-01-23 11:07:10 +01:00
Alex Dima af9e425939 Fixes #86410: Fix issue with embedded modes where the entire line text should be looked at to decide if electric characters should run 2020-01-23 11:03:38 +01:00
Johannes Rieken 03dff92d94 rename setting to peekWidgetDefaultFocus and make it an enum of "tree" and "editor", #23001 2020-01-23 11:01:23 +01:00
Johannes Rieken b6c765ed7f change telemetry event name, #87187 2020-01-23 10:40:11 +01:00
Joao Moreno 7456f4759f fix scm input colors
fixes #89149
2020-01-23 10:40:00 +01:00
Benjamin Pasero 3a110102c2 backup - only ask for backup when none exists on shutdown 2020-01-23 10:31:26 +01:00
Johannes Rieken 7c069dff35 better codicon alignment in codelens, #87062 2020-01-23 10:13:09 +01:00
Benjamin Pasero 1762d50880 working copies - add name property 2020-01-23 10:01:52 +01:00
Benjamin Pasero eda792e02c backup - make backups optional on shutdown 2020-01-23 10:01:52 +01:00
Johannes Rieken b537a308dd Merge pull request #89121 from microsoft/dont-color-codelens
codelens: don't apply icon color to codelens
2020-01-23 09:43:42 +01:00
Martin Aeschlimann 187c592afa TestWindowConfiguration 2020-01-23 09:16:32 +01:00
Martin Aeschlimann 9fce8285b5 editor.action.inspectTMScopes command removed? Fixes #88992 2020-01-23 09:16:32 +01:00
Johannes Rieken 007de7a2fc bulk: adopt codicon for group/ungroup symbol 2020-01-23 09:07:39 +01:00
Johannes Rieken 803b811ae8 💄 2020-01-23 09:04:27 +01:00
Sandeep Somavarapu 1cc556a9e4 Merge branch 'master' into movableViews 2020-01-23 08:42:00 +01:00
Benjamin Pasero d09537cc8f backup - more tweaks to backup on shutdown 2020-01-23 08:39:01 +01:00
Sandeep Somavarapu 071a77f223 #86916 sync extensions enablement 2020-01-23 08:38:06 +01:00
Benjamin Pasero 13bf3f81ee bring back: add ignore-certificate-error & allow-insecure-localhost. Clarify unknown option warning 2020-01-23 08:24:59 +01:00
Jackson Kearl b9dd2ef4c3 Allow searching from selection inside search editor 2020-01-22 23:15:23 -08:00
Benjamin Pasero 68b2a6659d editor - only set pinned on replaceEditor() if not specified already (fix #87212) 2020-01-23 08:12:45 +01:00
Benjamin Pasero 1fac56ec3b enable mouseBackForwardToNavigate setting on macOS (for #8641) 2020-01-23 08:08:22 +01:00
Jackson Kearl 5a1b06304c Enable Search Editors by default on OSS/Insiders
Replace "open results in editor" viewlet action with "open new editor"
2020-01-22 22:49:28 -08:00
Jackson Kearl f38c5007c0 Add SearchEditorInput instantiation manager and enable hot exit in search editors 2020-01-22 22:26:12 -08:00
SteVen Batten 8bb42eaa29 update menu entry logic 2020-01-22 18:59:49 -08:00
Matt Bierner c4d53a19df Always use a binary diff view for custom editors
#87212
2020-01-22 18:25:04 -08:00
SteVen Batten 7f42ea140d first round feedback 2020-01-22 17:52:17 -08:00
SteVen Batten 6284594a45 Merge remote-tracking branch 'microsoft/master' into movableViews 2020-01-22 16:39:40 -08:00
Rachel Macfarlane a90aedd5ec Remove unused name property from settings sync store type 2020-01-22 15:53:46 -08:00
Rachel Macfarlane 7d55753182 Use authentication provider display name in settings sync notification 2020-01-22 15:43:25 -08:00