Commit Graph

27675 Commits

Author SHA1 Message Date
Ramya Achutha Rao
8f99f1d18e Allow - in classnames when using bem in emmet. Fixes #38768 2017-12-19 15:13:11 -08:00
Ramya Achutha Rao
bdeb370602 Apply comment filter when wrap with abbr fixes #40471 2017-12-19 13:46:42 -08: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
Martin Aeschlimann
1c601c75ad "editor.links": true => File not found error with absolute href paths. Fixes #40445 2017-12-19 12:18:45 +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
Joao Moreno
29e83090b3 fixes #32681 2017-12-19 10:09:13 +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
Rob Lourens
783a0aafad Update the PHP grammar
Now it breaks out the html grammar into its own file
2017-12-18 14:28:38 -08:00
Matt Bierner
55382a106f Cache code-line elements for md scroll-sync
Fixes #19092
2017-12-18 14:25:39 -08:00
Matt Bierner
dcaee0a107 De-prioritze auto-imports
Fixes #40311
2017-12-18 13:35:13 -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
SteVen Batten
8d244787c4 updating the typescript extension codelens to cache requests for the navtree (#40402)
Fixes #28214
2017-12-18 10:46:33 -08:00
SteVen Batten
f929c1bff4 updating the md scroll sync to use binary search over linear search (#40401) 2017-12-18 10:45:45 -08: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
225b9a3d8c [json] missing Promise.reject 2017-12-18 18:00:41 +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
Daniel Imms
16bee5520d Add custom placeholder for new terminal command
Fixes #37858
2017-12-18 08:32:40 -08:00
Daniel Imms
703704b3fc Add workbench.action.terminal.newInActiveWorkspace command
Part of #37858
2017-12-18 08:26:51 -08:00
Benjamin Pasero
75e1bc8247 fix build 2017-12-18 16:54:48 +01:00