Commit graph

60019 commits

Author SHA1 Message Date
Jackson Kearl 69f7b8d027 Refactoring editor creation logic 2020-01-23 11:01:54 -08:00
Matt Bierner ead3e2373d
Correctly convert null to a resource scope (#89131)
For #87768

I believe that calling `vscode.workspace.getConfiguration('section', null)` is supposed to create  a specific config accessor that works for any resource. Currently it behaves the same as if you omitted the second param
2020-01-23 10:01:06 -08:00
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
Gabriel DeBacker 284cf66ee0
Merge branch 'master' into user/gabrield/throwExceptionOnExtensionInstallFail 2020-01-23 08:45:54 -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
Gabriel DeBacker 3756f10310 Remove 's' from args 2020-01-23 08:21:19 -08:00
Gabriel DeBacker c092ab5a5a Remove rename of method arguments 2020-01-23 08:20:20 -08:00
Gabriel DeBacker a4a5588d01 Merge remote-tracking branch 'upstream/master' into user/gabrield/throwExceptionOnExtensionInstallFail 2020-01-23 08:09:22 -08:00
Martin Aeschlimann 2b880f2b74 update typescript-vscode-sh-plugin 2020-01-23 17:08:49 +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 1a5ffab445
Merge pull request #88823 from sbatten/movableViews
Add movable property to views and add toggle view commands
2020-01-23 15:16:57 +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
Joao Moreno 9bec0160f6
fixes #86474 2020-01-23 11:41:00 +01:00
Martin Aeschlimann abab0c8548 [json] move jsonValidation declaration for #88835 2020-01-23 11:35:51 +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