João Moreno
c166a64dc7
Merge pull request #51224 from Microsoft/joao/delay-shared-process
...
Delay shared process to improve startup times
2018-06-11 15:54:05 +02:00
Benjamin Pasero
d0d8929d37
fix #46818
2018-06-11 12:12:28 +02:00
Benjamin Pasero
5695c53f09
electron 2.0.x: disable experimentalFeatures
2018-06-11 10:33:30 +02:00
Daniel Imms
b67f6034d2
Merge remote-tracking branch 'origin/master' into tyriar/49477_terminal_menu
2018-06-09 10:34:51 +02:00
rebornix
861816b325
Revert "remove experimental features flag."
...
This reverts commit 56a299f37e .
2018-06-08 11:59:29 -07:00
rebornix
56a299f37e
remove experimental features flag.
2018-06-08 10:46:57 -07:00
Benjamin Pasero
e7d29e9ccc
Electron v2.0.0 ( #48290 )
...
* Update to Electron 2.0-beta.7
* back to exploration build
* fix compile errors
* workaround build issue (go back to 1.24.0)
* bump to 1.25.0
* use electron 2.0.2
* revert custom distro
2018-06-08 18:32:49 +02:00
Rachel Macfarlane
7408d69ce3
Fix button background color on focus in issue reporter
2018-06-07 16:56:55 -07:00
Rachel Macfarlane
e0e11632a5
Lack of feedback when searching for similar issues in extensions when reporting an issue on an extension, fixes #50656
2018-06-07 16:40:56 -07:00
Joao Moreno
80278f8e8b
delay shared process to improve startup times
2018-06-06 16:01:49 +02:00
Rachel Macfarlane
0d3288fa40
Make "Reload Window with Extensions Disabled" only disable extensions for that load
2018-06-05 10:30:01 -07:00
Peng Lyu
ad635f2b4c
Merge remote-tracking branch 'upstream/master' into rmacfarlane/review
2018-06-04 11:14:31 -07:00
Joao Moreno
9a599483f6
Merge branch 'master' into grid
2018-06-01 16:16:57 +02:00
Dirk Baeumer
b67649742f
Fixes #50763 : All running Visual Studio code instances shutdown all at once
2018-06-01 10:19:32 +02:00
Benjamin Pasero
8511b47a7b
Merge branch 'master' into ben/editor
2018-05-30 07:02:42 +02:00
Rachel Macfarlane
5efcb23d96
Issue Reporter should clear the error state when selecting an extension, fixes #50702
2018-05-29 14:14:30 -07:00
Rachel Macfarlane
eec5c07f82
Fixes #50616 , Showing/hiding details in Issue Reporter resets scroll position
2018-05-29 13:00:26 -07:00
Benjamin Pasero
31694f7a73
Merge branch 'master' into ben/editor
2018-05-26 10:40:26 +02:00
Rachel Macfarlane
beb8133c95
Minor cosmetic changes to issue reporter
2018-05-25 15:00:02 -07:00
Benjamin Pasero
da22b140fb
grid - some cleanup
2018-05-25 16:12:36 +02:00
Benjamin Pasero
27ad10f858
grid - let centered editor layout be a real grid layout
2018-05-25 08:51:21 +02:00
Daniel Imms
2165e2fd22
Less options
2018-05-24 09:52:21 -07:00
Daniel Imms
5633c203ba
Initial terminal menu
...
Part of #49477
2018-05-23 16:09:23 -07:00
Benjamin Pasero
57b753836a
Merge branch 'master' into ben/editor
2018-05-23 12:31:17 +02:00
Benjamin Pasero
3fa0bdbb9a
fix #49587
2018-05-23 12:23:44 +02:00
Benjamin Pasero
e309164a10
grid - menu wording
2018-05-23 09:02:58 +02:00
Benjamin Pasero
cc50e9a462
grid - add editor layout menu
2018-05-23 08:45:14 +02:00
Benjamin Pasero
a478972a13
grid - first cut of more actions for grid
2018-05-22 17:49:53 +02:00
Benjamin Pasero
0289324eb1
Merge branch 'master' into ben/editor
2018-05-22 16:44:48 +02:00
Benjamin Pasero
250ad40ad3
fix #50282
2018-05-22 16:43:08 +02:00
Benjamin Pasero
be4dc9af47
Merge branch 'master' into ben/editor
2018-05-19 15:13:19 +02:00
Rachel Macfarlane
23727446c5
Change 'send' to 'include' in issue reporter, fixes #50127
2018-05-18 17:25:59 -07:00
Rachel Macfarlane
dea67d9452
Fixes ##50126
2018-05-18 17:19:59 -07:00
Peng Lyu
9acfd66aa0
Merge remote-tracking branch 'upstream/master' into rebornix/review
2018-05-18 10:16:19 -07:00
Benjamin Pasero
3133cbcbcc
Merge branch 'master' into ben/editor
2018-05-14 08:06:02 +02:00
isidor
bf3a9a9753
debug: column breakpoint -> inline breakpoint
...
fixes #49503
2018-05-10 14:22:56 +02:00
Benjamin Pasero
93013999a0
Merge branch 'master' into ben/editor
2018-05-10 09:02:53 +02:00
Benjamin Pasero
53e1f28236
fix #49552
2018-05-10 08:50:47 +02:00
Benjamin Pasero
24bdb7b9fb
grid - support to flip editor layout
2018-05-10 07:13:10 +02:00
Rachel Macfarlane
f5d46ad140
Use textLink.activeForeground in issue reporter, fixes #49263
2018-05-08 11:06:06 -07:00
Rachel Macfarlane
237f2a58d4
Set style tag instead of using Color.fromHex in issue reporter, fixes #49409
2018-05-08 10:51:08 -07:00
Rachel Macfarlane
f863c055f6
Use button widget in issue reporter, fixes #46490
2018-05-04 11:56:13 -07:00
Rachel Macfarlane
3899a50fd7
Move issue reporter data section below steps to reproduce, fixes #49087
2018-05-03 17:00:51 -07:00
Rachel Macfarlane
347414f8d4
Add 'copy' and 'copyAll' commands to Process Explorer, fixes #48961
2018-05-02 16:30:32 -07:00
Rachel Macfarlane
220bf3608e
Make collectWorkspaceStats asynchronous, fixes #45163
2018-05-02 10:33:30 -07:00
Joao Moreno
5dc5b4a90e
smoketest: show devtools when using --verbose
2018-05-02 12:30:22 +02:00
Rachel Macfarlane
3f53efa597
Show window title as part of process name in process explorer, fixes #48626
2018-04-30 15:00:37 -07:00
Johannes Rieken
af7757fd67
debt - don't let strings-util depend on map-util
2018-04-30 18:24:50 +02:00
Rachel Macfarlane
f3ba8606e1
Delay fetching performance data unless it is requested in issue reporter, #48617
2018-04-26 10:48:52 -07:00
Joao Moreno
4b8ead0cae
call url handler even when all windows are closed
...
fixes #48532
2018-04-26 15:22:01 +02:00