Commit Graph

1007 Commits

Author SHA1 Message Date
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
Erich Gamma ec0250d254 Add launch configs to the workspace state 2017-12-01 12:11:14 +01:00
Erich Gamma 8d834971c0 Show only top ten file types 2017-12-01 12:11:14 +01:00
Erich Gamma 52449b0fd0 Fixed null reference 2017-12-01 12:11:14 +01:00
Benjamin Pasero bc6e4f522b Environment service: sync read access to UUID file on startup (fixes #39034) 2017-12-01 09:33:27 +01:00
Alex Dima b71255501d Delay the start-up of the shared process (saves ~40-90ms on startup) 2017-11-30 18:16:42 +01:00
isidor c2934c3caa Report issue in english 2017-11-30 17:32:30 +01:00
Joao Moreno 90d81581e1 Merge remote-tracking branch 'origin/master' into spdlog 2017-11-30 11:51:49 +01:00
Joao Moreno bc05c943f3 cleanup old logs 2017-11-30 11:49:53 +01:00
Joao Moreno fe21cc74f5 properly propagate VSCODE_LOGS 2017-11-30 11:16:36 +01:00
Benjamin Pasero c506395cfc ps - basename folder for less PII 2017-11-30 11:03:22 +01:00
Dirk Baeumer 6ce1f8e288 Add code-ps.ps1 2017-11-30 11:02:33 +01:00
Benjamin Pasero 2119aefcc0 ps - better output 2017-11-30 10:54:18 +01:00
Joao Moreno 9b3478b66d hook up log service in shared and main processes 2017-11-30 10:04:16 +01:00
Benjamin Pasero df6a4213fb ps - shuffle things around 2017-11-30 10:02:15 +01:00
Joao Moreno 4c79dc1f0c scope the logs per date folder 2017-11-30 09:52:17 +01:00
Erich Gamma 2397f845d8 added workspace statistics to '--ps' (#39326)
* added workspace statistics to '--ps'

* tweaks
2017-11-30 09:48:00 +01:00
Benjamin Pasero e8e47eac66 ps - better window resolve 2017-11-30 09:39:26 +01:00
Benjamin Pasero 4cc2dfea9f more 💄 ps 2017-11-29 15:30:53 +01:00
Benjamin Pasero 6b46db8b21 ps 💄 2017-11-29 15:24:54 +01:00
Benjamin Pasero e83e2d21a8 ps - show window information 2017-11-29 15:16:10 +01:00
Benjamin Pasero 38b509126c tweak PS output 2017-11-29 14:30:23 +01:00
Benjamin Pasero 307987fe38 Add code --ps (#39302)
* initial commit

* 💄

* get the machine id from the main process

* first cut formatting

* nicer output

* added support for Windows

* refactor to share common code

* simplify regexps

* always use the 'type' argument

* differentiate between node and electron_node

* some polish

* add render id to renderer

* add memory load (macOS, linux)

* 💄
2017-11-29 12:17:26 +01:00
Joao Moreno bc174a7394 sketch up log service 2017-11-28 17:15:16 +01:00
Benjamin Pasero 785a04468a stdin - ignore if a file path is passed in to open 2017-11-28 07:38:56 +01:00
Benjamin Pasero 91b4159c0e stdin - ignore tmp files from recent history 2017-11-27 17:40:32 +01:00
Benjamin Pasero 00d5c347e8 Cmd+Q no longer works in this case (fixes #39191) 2017-11-27 15:32:43 +01:00
Benjamin Pasero 6d22bb75ee Allow reading from stdin (fixes #6161) (#39177) 2017-11-27 11:46:48 +01:00