Commit Graph

21256 Commits

Author SHA1 Message Date
Sandeep Somavarapu
099e284283 #40575 Remove action in the output panel. Instead provide a command to open the log file 2017-12-20 15:57:22 +01:00
Sandeep Somavarapu
7e6aca123c #40575 Do not auto reveal last line in log viewer 2017-12-20 15:25:04 +01:00
Sandeep Somavarapu
8c436e6482 #40575 Command to open log viewer passing file 2017-12-20 12:59:20 +01:00
Sandeep Somavarapu
dd0ca63f6f #40575 Implement log viewer for showing output channels in the editor 2017-12-20 12:49:41 +01:00
Benjamin Pasero
48fa7722dd Windows: improved saving as admin (#40573)
* try with native

* fix

* hook in code writer exe

* fix exe

* add readme

* admin - delete tmp file after use
2017-12-20 12:45:21 +01:00
Benjamin Pasero
ff1d0942c9 windows - update ico of file watcher 2017-12-20 12:43:48 +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
Rob Lourens
3aed233178 Fix the build from a3f0574a41 2017-12-19 21:16:28 -08:00
Rob Lourens
28eb68d034 Merge pull request #39370 from moorejs/master
Tilde expansion for files to include and exclude (fixes #36792)
2017-12-19 20:51:35 -08:00
Christopher Leidigh
94a5b0c602 Merge pull request #40547 from cleidigh/selectbox-2click/bug
SelectBox toggle select on 2nd click Fixes: #40513
2017-12-19 23:28:36 -05:00
Christopher Leidigh
4f8b45d279 SelectBox toggle select on 2nd click Fixes: 40513 2017-12-19 22:59:05 -05:00
Sandeep Somavarapu
a3f0574a41 Fix #39638 2017-12-19 21:43:09 +01:00
Sandeep Somavarapu
40884de9c5 Update size 2017-12-19 20:21:35 +01:00
Sandeep Somavarapu
6f4f15384e #40196 Check if rotating file has changed to know if main file was reset 2017-12-19 20:18:21 +01:00
Sandeep Somavarapu
91c4a3c20b Update the size 2017-12-19 19:23:41 +01:00
Sandeep Somavarapu
c65c91e570 #40196 - Output channel backed by file
- Supporting rotatitng files
- Handle the case when the model is being resolved from file
- Fallback to BufferredOutputChannel on error
2017-12-19 19:22:28 +01:00
Alex Dima
0033dc93b5 Fixes #40481: Cannot read property 'result' of null 2017-12-19 14:00:11 +01:00
Alex Dima
b0f8cbb5f7 Fixes #40050: Better sizing for the underline cursor style 2017-12-19 12:03:40 +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
Alex Dima
12396ea083 Fixes #40271: Compute visible line widths when restoring the scroll position 2017-12-19 09:43:45 +01:00
Sandeep Somavarapu
d7f82bdc2d clean up 2017-12-19 09:43:29 +01:00
Joao Moreno
d907d4cc56 holiday fixes 2017-12-19 09:30:25 +01:00
Sandeep Somavarapu
2e55941ce8 Use current window id and time stamp for creating an output logs folder 2017-12-19 08:15:59 +01:00
Benjamin Pasero
e983daa165 Cannot read property 'language' of null (fixes #40484) 2017-12-19 08:09:11 +01:00
Sandeep Somavarapu
d0ae4c036a Be resilient while creating output writers 2017-12-19 08:03:12 +01:00
Christopher Leidigh
74aa892a47 Fix circular/infinite dispose (#40467) 2017-12-19 06:47:39 +01:00
Christopher Leidigh
90f4a4f01d SelectBox select on mouseup only Fixes: #40438 (#40475) 2017-12-19 06:46:14 +01:00
Rob Lourens
cd6d601def Loosen remote settings search score cutoff 2017-12-18 18:52:36 -08:00
SteVen Batten
674fd2e636 Validate workspace recommended extensions against the marketplace (#40270)
* Add (extension in gallery)?
 validation to Workspace Recommendations

* adding test for workspace extension recommendations

* responding to ramya's feedback as well as fix for empty recommendations list

* adding test for empty recommendations array

* ramya feedback (don't log duplicates and use 'marketplace')
2017-12-18 16:37:21 -08:00
Ramya Rao
0df83cf0e2 Update link color when theme changes. Fixes #40353 (#40461) 2017-12-18 16:32:55 -08:00
Matt Bierner
3fb069771a Remove empty jsdoc 2017-12-18 13:35:13 -08:00
Sandeep Somavarapu
a648cf1205 #40196 Do not dispose writers as they block reload 2017-12-18 22:15:37 +01:00
Sandeep Somavarapu
f4612f4d81 #40196 Do not drop logger on shutdown as it blocking reload 2017-12-18 22:08:26 +01:00
Sandeep Somavarapu
8769dbe3fd #40196 Dispose output writers on shutdown 2017-12-18 22:02:43 +01:00
Joao Moreno
9df90b3d75 cleanup 2017-12-18 20:53:32 +01:00
Joao Moreno
f1eeed498b happy holidays! 2017-12-18 20:53:09 +01:00
Sandeep Somavarapu
2f994348b9 #40196 Check active panel before revealing last line 2017-12-18 20:21:50 +01:00
Sandeep Somavarapu
c79a70b92f #40196 Cap size to 30 mb with 5 rotating files 2017-12-18 20:17:35 +01:00
Alex Dima
d9c9e8ddfd Fixes #18353: Always respect the shouldIgnoreTrimWhitespace flag 2017-12-18 18:28:50 +01:00
Sandeep Somavarapu
14057a645f #40196 Write into model directly when a message is appended 2017-12-18 18:25:45 +01:00
Sandeep Somavarapu
c16d7a3c72 #40196 Read the content since last read by passing position to file service 2017-12-18 18:25:45 +01:00
Sandeep Somavarapu
78f1f5539a #40196 Refactor Outputservices
- Listen to model added/removed changes to start/stop watching the file
- Clean up and simplify implementation
2017-12-18 18:25:45 +01:00
Sandeep Somavarapu
1c94a006da #40196 Use files in the background for storing content of output channels 2017-12-18 18:25:45 +01:00
Sandeep Somavarapu
9e6c5684e6 #39638 Clean up Output services 2017-12-18 18:25:45 +01:00
Alex Dima
8c91f01fda Fixes #9012: Add toggle for "ignore trim whitespace" while diffing 2017-12-18 18:22:41 +01:00
Alex Dima
04db94e38d Simplify code 2017-12-18 18:22:40 +01:00
Martin Aeschlimann
62443a9e87 [themes] ANSI, not ansi 2017-12-18 17:59:54 +01:00
Martin Aeschlimann
0f1a96ace4 Need help with several theme color props: #40419 2017-12-18 17:59:22 +01:00