Commit Graph

2261 Commits

Author SHA1 Message Date
Benjamin Pasero
8a997f7321 Web: extension recommendations are not working (fix #90421) 2020-02-11 07:33:38 +01:00
Matt Bierner
add759df6f Fix some more simple strict function errors
For #81574
2020-02-10 15:28:12 -08:00
Sandeep Somavarapu
62265b4ee2 Fix #90088 2020-02-10 17:27:59 +01:00
Sandeep Somavarapu
2a5cdd734d Use global extension enablement service directly 2020-02-10 12:52:44 +01:00
João Moreno
39a48c348a Merge pull request #90355 from microsoft/joao/update-service-perf
Delay update service initialization until first window open
2020-02-10 11:52:47 +01:00
Joao Moreno
214886d247 Merge branch 'master' into joao/update-service-perf 2020-02-10 09:51:36 +01:00
Benjamin Pasero
edf7a551c3 clarify ipc messages 2020-02-09 10:42:19 +01:00
Benjamin Pasero
4ac76723c7 shared process - register channels when IPC ready 2020-02-06 13:00:12 +01:00
Benjamin Pasero
89b9cd79fb shared process - add separate whenIpcReady 2020-02-06 12:46:15 +01:00
Benjamin Pasero
18f94a526b 💄 comment 2020-02-05 17:22:56 +01:00
Joao Moreno
ecc1391a63 Merge branch 'master' into joao/update-service-perf 2020-02-05 15:03:18 +01:00
Sandeep Somavarapu
154c56def8 adopt to new multiplex channel 2020-02-05 12:49:40 +01:00
Joao Moreno
8aa95e5d17 perf: prevent update service from running before first window open 2020-02-05 12:18:26 +01:00
Robo
01989df7c9 chore: update to electron 7 (#89260)
* Revert "revert back to electron 6 (#89245)"

This reverts commit 5d498736f4.

* chore: update electron@7.1.11
2020-02-04 12:56:23 -08:00
Daniel Imms
cb486e930f Terminal unicode 11 support
Fixes #90029
2020-02-04 12:29:37 -08:00
Sandeep Somavarapu
4ee7ff133e 💄 2020-02-01 00:41:13 +01:00
Rachel Macfarlane
08aa77ee1f Fix typo in issue reporter string 2020-01-29 12:00:14 -08:00
Benjamin Pasero
5d498736f4 revert back to electron 6 (#89245) 2020-01-24 14:39:40 -08:00
Sandeep Somavarapu
071a77f223 #86916 sync extensions enablement 2020-01-23 08:38:06 +01:00
Sandeep Somavarapu
a050d1d047 revert creating storage service 2020-01-22 15:37:25 +01:00
Sandeep Somavarapu
6f388fe4c3 Use native storage service 2020-01-22 09:55:03 +01:00
Sandeep Somavarapu
a66950889a Create storage main service in shared process 2020-01-21 18:14:33 +01:00
Benjamin Pasero
438a141b76 electron - avoid more deprecated API (themes) 2020-01-17 09:18:49 +01:00
Benjamin Pasero
2585092dbe tests - reduce output of integration tests (#84283) 2020-01-15 12:56:22 +01:00
Sandeep Somavarapu
5c928dff37 Fix #85618 2020-01-15 11:06:38 +01:00
Rachel Macfarlane
60beab2535 Move settings sync auth into built in extension 2020-01-14 14:50:37 -08:00
Matt Bierner
c8123dee96 Fix webviews for electron 7
Caused by #83796

Also re-enables the webview tests
2020-01-09 15:06:11 -08:00
Robo
4c7431ca8d chore: Upgrade to electron 7.x (#83796)
* chore: bump electron@7.0.0

* chore: update api

* chore: Bump electron@7.0.1

* chore: bump electron@7.1.0

* chore: Bump electron@7.1.1

* chore: Bump electron@7.1.2

* FIXME: Skip webview tests that have improper shutdown path

* chore: Bump electron@7.1.3

* bump electron@7.1.5

* debug test failures

* chore: bump electron@7.1.7

* skip test for https://github.com/microsoft/vscode/issues/87330

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2020-01-09 19:16:52 +05:30
Sandeep Somavarapu
f14dd3f77f Fix #86681 2020-01-08 16:53:18 +01:00
Martin Aeschlimann
5db448e37b refactor stdin code 2019-12-30 16:57:22 +01:00
Miguel Solorio
82ed3d45ee Revert "Merge pull request #87320 from microsoft/misolori/codicon-consolidation"
This reverts commit 6c9b23edc4, reversing
changes made to 085abd5f1a.
2019-12-19 13:44:49 -08:00
Miguel Solorio
641543b6ee Consolidate codicon files to vs/base/parts/codicon 2019-12-18 22:30:07 -08:00
Benjamin Pasero
7659a39d67 💄 tests 2019-12-18 09:53:45 +01:00
Benjamin Pasero
ed020953b3 window - more validation of bounds 2019-12-17 07:53:17 +01:00
Benjamin Pasero
e2dbfd4b97 electron - remove backgroundThrottling to fix blank windows 2019-12-17 07:33:34 +01:00
Benjamin Pasero
230f677e24 window - more changes to ensure window is not out of display bounds (#86771) 2019-12-16 18:36:30 +01:00
Benjamin Pasero
e8b79d9c42 trace log more window state 2019-12-16 08:20:31 +01:00
Rachel Macfarlane
19587ff116 Improve rendering of errors within issue reporter 2019-12-12 12:01:25 -08:00
Benjamin Pasero
cc1ba3c021 add tracing for #86771 2019-12-12 07:12:58 +01:00
Rachel Macfarlane
70fb5c6c54 Show warning when filing issue report on extension that does not have a GitHub bugs/repository url, fixes #73515 2019-12-11 16:24:21 -08:00
Sandeep Somavarapu
d1be3bd39e 💄 2019-12-09 16:55:03 +01:00
Sandeep Somavarapu
ccf9aeadc8 Fix #85331 #86402 2019-12-09 12:31:05 +01:00
Benjamin Pasero
0693d4e4a5 windows - set icon when running out of sources 2019-12-09 11:13:37 +01:00
Sandeep Somavarapu
8a7928e270 Fix #85210 2019-12-02 15:50:42 +01:00
Sandeep Somavarapu
4b0a066b83 - Get formatting options using text model
- Send only bindings to resolve
2019-12-02 11:15:42 +01:00
Sandeep Somavarapu
02bd95c906 refactor keybindings merge 2019-12-01 20:52:27 +01:00
Sandeep Somavarapu
1fbe309eb3 movw keybindings merge to workbench as service 2019-12-01 20:51:35 +01:00
Johannes Rieken
be257638d2 rename ICommandAction.iconLocation to ICommandAction.icon 2019-11-29 10:03:35 +01:00
Johannes Rieken
91d0a62bf8 ICommandAction support "uri-icon" and ThemeIcon 2019-11-29 10:02:42 +01:00
rzj17
b8ecf87cd9 Add appRoot to windows protocol handler 2019-11-21 11:03:39 +00:00