Commit Graph

62240 Commits

Author SHA1 Message Date
Benjamin Pasero dc17cef27c quick access - tweak aria labels 2020-03-11 12:14:09 +01:00
Benjamin Pasero 9428cdb9cb quick input - add an option buttonsAlwaysVisible to always show buttons for an item 2020-03-11 12:12:50 +01:00
Alex Dima 128f0c5950 Fixes #82631: Rename "Move Caret..." to "Move Selected Text..." 2020-03-11 09:46:44 +01:00
Alex Dima 0f8a687158 Add StringSHA1 2020-03-11 09:46:43 +01:00
Sandeep Somavarapu ef75c4bb44 Fix #92430 2020-03-11 09:40:08 +01:00
Johannes Rieken dba94d92b9 Merge pull request #92427 from iliazeus/90517-file-system-error-code
Add a default value to FileSystemError#code #90517
2020-03-11 08:38:32 +01:00
Benjamin Pasero 4c17333c59 quick access - use correct icon for terminal kill 2020-03-11 08:35:46 +01:00
Benjamin Pasero b8c1023dd8 quick access - allow to configure launch config from picker 2020-03-11 08:12:48 +01:00
Benjamin Pasero 33a47d52de quick access - terminals 2020-03-11 08:09:38 +01:00
Eric Amodio a562dabe60 Removes menu.command from registerAction2 2020-03-11 02:07:04 -04:00
Ilia Pozdnyakov 7240a4313c Add a default value to FileSystemError#code #90517 2020-03-11 12:13:01 +07:00
Eric Amodio eb4ebee6a3 Closes #92421 - view-level progress api 2020-03-11 00:33:14 -04:00
Rachel Macfarlane cfc1ab4c5f Add providerId array to authentication namespace 2020-03-10 17:41:17 -07:00
SteVen Batten 2b029679b5 fix #92387 2020-03-10 17:17:14 -07:00
Matt Bierner 8c596fbf90 Mark arrays readonly 2020-03-10 16:38:34 -07:00
Matt Bierner 9d25faad7f Show better symbolKinds for workspace symbols 2020-03-10 16:38:34 -07:00
Eric Amodio feb42fad54 Renames option for a bit more clarity 2020-03-10 15:52:48 -04:00
Eric Amodio a8130a02d1 Adds tests 2020-03-10 15:52:48 -04:00
Eric Amodio 44da9e136e Removes getInstantiated* methods 2020-03-10 15:52:48 -04:00
Eric Amodio 101beaae6a Removes code duplication
Consolidates ViewProgressIndicator into CompositeProgressIndicator
2020-03-10 15:52:48 -04:00
Eric Amodio 690007dfc4 Closes #92135 - Adds view-level progress indicator 2020-03-10 15:52:48 -04:00
Matt Bierner 89fe6d2bfe Fix bad filter
Fixes #92338
2020-03-10 12:31:37 -07:00
Andre Weinand 4e605ec54a propagate ext terminal errrors; fixes #92380 2020-03-10 17:58:45 +01:00
isidor 89e1209b33 explorer: deemphasize items which should be excluded but are shown since they are open 2020-03-10 17:10:17 +01:00
Benjamin Pasero cb361ac3a4 quick access - add tasks picker 2020-03-10 16:49:38 +01:00
Benjamin Pasero 781dcc779e quick access - introduce a base PickerQuickAccessProvider helper to simplify all existing pickers 2020-03-10 15:44:08 +01:00
Martin Aeschlimann 683e0dfc9b [theme] reload only when extension added 2020-03-10 15:42:15 +01:00
Dirk Baeumer 14281cfc18 Fixes #92352: Translation export fail 2020-03-10 14:54:57 +01:00
Benjamin Pasero b8b1b243ce quick access - debug picker 2020-03-10 11:53:26 +01:00
isidor b0791e5236 quickInputList properly use AccessibilityProvider
fixes #92324
2020-03-10 11:31:36 +01:00
isidor 0defd91586 debug: skip start debugging test 2020-03-10 10:59:17 +01:00
isidor 42e26ac5bb Debug: make sure to open json settings when openning global configurations
fixes #92264
2020-03-10 10:53:53 +01:00
Benjamin Pasero c2e6327356 fix #92334 2020-03-10 10:51:47 +01:00
Benjamin Pasero 12979c45f1 quick access - extensions picker 2020-03-10 10:42:55 +01:00
Johannes Rieken 12a725842b fix outDir to enable tsc-selfhosting, https://github.com/microsoft/vscode/issues/91503 2020-03-10 10:38:09 +01:00
Johannes Rieken 539a102fba expose joinPaths as proposed API, https://github.com/microsoft/vscode/issues/90208 2020-03-10 10:38:09 +01:00
isidor c91e2b62d7 debug integration: make sure to clear out session on retry 2020-03-10 10:11:54 +01:00
Johannes Rieken 0e10a3cbd1 use editor action, some polish 2020-03-10 10:01:11 +01:00
Martin Aeschlimann 9f802b22fc icon theme switches back to default on start 2020-03-10 09:48:21 +01:00
Benjamin Pasero a5770c6c43 quick access - add a reusable quickPickItemScorerAccessor 2020-03-10 09:27:16 +01:00
Alex Dima 888c94400b Fixes #71134: Handle numpad on macOS 2020-03-10 09:19:50 +01:00
Benjamin Pasero 2697ae5040 web - guard against creating workbench more than once 2020-03-10 08:39:38 +01:00
Alex Dima 365d341e9d Fixes #65815 2020-03-10 08:37:12 +01:00
Benjamin Pasero b419081bbc reuse telemetry constants (#92099) 2020-03-10 07:58:04 +01:00
Matt Bierner ffcd280b53 Improving documentation on webviews
Fixes #91656
2020-03-09 16:54:46 -07:00
Matt Bierner 033a5d476f Add a revert method for custom editors
Fixes #91700
For #77131

Having an explicit revert method is a helpful signal that the extension should reload the changes from disk
2020-03-09 15:47:14 -07:00
Pine Wu adadbe271c Add telemetry for trusted domains 2020-03-09 15:18:42 -07:00
SteVen Batten 8cac8fc0f3 fix tests 2020-03-09 15:12:44 -07:00
Robo f618e507fb feat: enable appcenter support (#92295)
* feat: update appcenter config (#92041)

* fix: order of crash reporter initialization (#92044)

* fix: create new guid for crash reporter (#92180)

This id should never be sent to telemetry for
GDPR reasons, hence we don't reuse any of existing
persistent ids like instanceId etc.

* chore: update distro
2020-03-09 14:56:57 -07:00
Matt Bierner a02ea6a140 Preserve focus on custom editor rename
Fixes #91862
2020-03-09 14:45:43 -07:00