Commit Graph

62218 Commits

Author SHA1 Message Date
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
Matt Bierner
f20250c965 Move version check into provideCompletionItems
Handle TS version changes
2020-03-09 14:45:43 -07:00
SteVen Batten
990363f194 Multiple Views Per Panel V0 (#92294)
* multipanel start

* revert to horizontal headers

* prevent collapse

* prevent collapse

* remove patch, no longer necessary
2020-03-09 14:34:49 -07:00
Alexandru Dima
7bcbf8d412 Merge pull request #92291 from microsoft/alex/validate-monospace-assumptions
Validate monospace assumptions
2020-03-09 22:17:58 +01:00
Alex Dima
fadb2e6bd9 Validate monospace assumptions 2020-03-09 22:14:29 +01:00
Miguel Solorio
404b5678bd Merge pull request #92108 from microsoft/misolori/scm-icons
Use codicons in scm
2020-03-09 13:38:05 -07:00
Miguel Solorio
75b86ddb70 Merge branch 'master' into misolori/scm-icons 2020-03-09 13:37:28 -07:00
Matt Bierner
44d4fe895d Allow using Command in StatusBarItem (#92046)
Fixes #22353

StatusBarItem is one of the few places in our API where we only allow extensions to give us a command as a `string` instead of as `Command` object. This change updates the API to also allow passing in a `vscode.Command` (which also allows arguments!)
2020-03-09 12:57:33 -07:00
Benno
0b3e54edb1 update #91296 allow multiple workspace roots (#92082)
* update #91296 allow multiple workspace roots

* update #92082
2020-03-09 12:56:54 -07:00
Josh Goldberg
72c700cf54 Added completion entry for @ts-expect-error directive (#92093)
* Added completion entry for @ts-expect-error directive

* Limited to relevant TS versions

* You know what, it's more complicated, I'll just go with everything vs 3.9
2020-03-09 12:56:23 -07:00
Rachel Macfarlane
5551d73be9 Add scope parameter to getSessions, fixes #91571 2020-03-09 12:50:05 -07:00
Rachel Macfarlane
514f564257 Update auth provider ids in API documentation 2020-03-09 12:50:05 -07:00
isidor
1876b51870 Explorer should show hidden files and their path if they are opened
fixes #92090
2020-03-09 19:32:53 +01:00
Sandeep Somavarapu
849aadb72c #92038 Move output view from get*Actions to use menus 2020-03-09 19:09:15 +01:00
Benjamin Pasero
ab35bc5093 quick access - move quick open scorer to a more generic place 2020-03-09 18:47:23 +01:00
Eric Amodio
db36e74f62 Only stringify array context values 2020-03-09 13:19:38 -04:00
David Teller
1eee7ab4ea Fixes #91913 : Exclude **/.hg/store/** from the file watcher (#91941)
Watching these files can cause several hours of 200% CPU after even
trivial `hg` operations (numbers based on local testing). Excluding
these files seems to bring down the duration to a few seconds.
2020-03-09 18:10:06 +01:00
Christof Marti
238413181c Set flags for filtering before filtering (fixes #92277) 2020-03-09 17:13:02 +01:00
Benjamin Pasero
4b716ca533 quick access - implement editors picker 2020-03-09 16:57:19 +01:00
Alexandru Dima
7179f150bf Merge pull request #92275 from microsoft/alex/clear-font-info-on-display-change
Clear font info when displays are added, removed or changed
2020-03-09 16:51:43 +01:00
Alex Dima
36996caea0 Clear font info when displays are added, removed or changed 2020-03-09 16:48:26 +01:00
Johannes Rieken
22bdd60753 Merge pull request #91232 from GustavoKatel/codelens-easypick
Easy pick codelenses with keyboard shortcut
2020-03-09 16:47:01 +01:00
Martin Aeschlimann
dee6361bd6 Merge pull request #92268 from microsoft/aeschli/productIconsTheme
Add product icon theme
2020-03-09 07:44:38 -07:00