Andre Weinand
7a8fa121f0
protect '--status' against customized 'ps' command; fixes #40660
2018-01-09 00:06:27 +01:00
Benjamin Pasero
5875aad564
code main - partition windows into subfolders
2017-12-28 13:10:58 +01:00
Benjamin Pasero
cc3c0ba924
💄
2017-12-28 12:42:59 +01:00
Benjamin Pasero
ec31203310
cli - remove stdin argument properly
2017-12-28 11:04:45 +01:00
Sandeep Somavarapu
6dcd23dcca
#40368 Add more logs to uninstall flow
2017-12-20 18:35:38 +01:00
Benjamin Pasero
549cda29da
💄
2017-12-20 16:57:40 +01:00
Benjamin Pasero
7a0a6f4cf4
💄
2017-12-20 11:54:37 +01:00
Benjamin Pasero
95a661725f
add todo to remove logging later
2017-12-20 10:54:04 +01:00
Benjamin Pasero
8ebaeee52e
dialogs - add logging
2017-12-20 10:53:04 +01:00
Alex Dima
4e3205ff36
Revert "Delay the start-up of the shared process (saves ~40-90ms on startup)"
...
This reverts commit b71255501d .
2017-12-19 10:42:35 +01:00
Benjamin Pasero
894dcea691
Require to use "-" when reading from stdin ( #40424 )
...
* Require to use "-" when reading from stdin
* cli - better help message
* more narrow error handling
* better data listener
2017-12-18 14:56:06 +01:00
Benjamin Pasero
3d9d00ff46
save as admin - handle windows hidden files
2017-12-14 16:17:24 +01:00
Benjamin Pasero
4e9cd88e37
save as admin - handle case for readonly files
2017-12-14 15:50:21 +01:00
Benjamin Pasero
78cc1e902c
Use the async version of Electron's dialog API ( #40211 )
...
* dialogs - move dialog handling to main side
* dialogs - adopt windows dialogs methods in main
* dialogs - use async dialog API and queue up dialogs on the main side
2017-12-14 12:16:09 +01:00
Benjamin Pasero
db4954629c
debt - convert our dialog API use to async (for #39536 )
2017-12-13 12:52:29 +01:00
Johannes Rieken
c219c3f733
debt - remove appReady from timerService, use perf-marks
2017-12-13 11:18:04 +01:00
Benjamin Pasero
ef592066d7
Menu: keybinding Cmd+O does not show up in File menu ( fixes #40145 )
2017-12-13 07:43:53 +01:00
Daniel Imms
9eced630d2
Remove trailing closing paren in --status OS version
...
Fixes #40092
2017-12-12 10:01:20 -08:00
Benjamin Pasero
0ef13b6d54
Allow to save files that need user elevation ( fixes #1614 ) ( #40107 )
2017-12-12 16:03:25 +01:00
Benjamin Pasero
7639207583
status - add process.argv to output
2017-12-12 10:52:06 +01:00
Kai Maetzel
0af8e38d39
adding pid to --status, implements #40055 ( #40058 )
2017-12-12 09:51:17 +01:00
Benjamin Pasero
e02a1c3507
perf - pass over window ID instead of accessing via remote call on startup
2017-12-11 12:24:50 +01:00
Benjamin Pasero
834ba9b9b0
debt - clean up some todos and migration code
2017-12-11 12:03:28 +01:00
Erich Gamma
1e4baf4492
Fix for #39731 --status crashes for some folders opened in code
2017-12-06 14:06:03 -08:00
Erich Gamma
f7d23bcba6
Fix for #39730 always show counts
2017-12-06 14:06:03 -08:00
Joao Moreno
4ecad4714f
fixes #39806
2017-12-06 17:34:11 +01:00
Sandeep Somavarapu
6a95d97a55
#38609 Show cancelled message on cancel
2017-12-06 09:38:48 +01:00
Benjamin Pasero
ace285a4a3
fix #39722
2017-12-06 07:47:53 +01:00
Sandeep Somavarapu
fd1c9a12cc
#39659 : Fallback to noop log service when spd log service is failed to create
2017-12-05 20:14:13 +01:00
Benjamin Pasero
637d0b2f99
log - do not use colors on windows
2017-12-05 18:22:19 +01:00
Joao Moreno
69fd0ddcbc
Merge branch 'master' of github.com:Microsoft/vscode
2017-12-05 17:54:18 +01:00
Joao Moreno
d8cacdc1fd
fix spdlog service not closing file handle on reload
...
related to #39659
2017-12-05 17:53:50 +01:00
Benjamin Pasero
d17847d91c
💄
2017-12-05 17:50:57 +01:00
Benjamin Pasero
e0499ba397
status - guard against EPERM errors from workspace stats
2017-12-05 17:48:39 +01:00
Benjamin Pasero
be788e2dc7
fix #39654
2017-12-05 14:43:14 +01:00
Benjamin Pasero
bb937a5c9d
log - main side 💄
2017-12-04 19:04:51 +01:00
Joao Moreno
8fb1d172e1
allow log service in cli process
2017-12-04 18:28:50 +01:00
Joao Moreno
ea7a6b8068
fix logs formatter
2017-12-04 18:22:18 +01:00
Joao Moreno
7a8436c634
improve main logger
2017-12-04 18:12:14 +01:00
Benjamin Pasero
eaf8b897e9
fix #39557
2017-12-04 16:45:40 +01:00
Dirk Baeumer
dc98a60576
Windows work for #39262
2017-12-04 16:17:06 +01:00
João Moreno
4b91235ba2
Merge pull request #39365 from Microsoft/joao/spdlog
...
Introduce a log service across all processes
2017-12-04 13:19:17 +01:00
Joao Moreno
2330c1b5a8
fix bad merge
2017-12-04 13:18:47 +01:00
Joao Moreno
277560c584
fix main log service calls
2017-12-04 13:05:33 +01:00
Joao Moreno
857ab9d59d
use global log service
2017-12-04 12:08:04 +01:00
Benjamin Pasero
3f9b66c2cd
try to detect terminal encoding when reading from stdin (for #6161 )
2017-12-04 12:00:25 +01:00
Joao Moreno
83c6d5ab7a
Merge branch 'master' into spdlog
2017-12-04 11:52:11 +01:00
Benjamin Pasero
84edf35e3d
set VSCODE_PID only from first instance
2017-12-04 10:34:28 +01:00
Benjamin Pasero
2fabfbda95
Window freezes when opening multiple dialogs ( fixes #39527 )
2017-12-04 07:55:07 +01:00
Benjamin Pasero
3eda4250b8
code-ps: rename renderer => window and change cli to "-s, --status" (for #39262 )
2017-12-01 12:21:52 +01:00