Commit Graph

27654 Commits

Author SHA1 Message Date
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
Joao Moreno
590d36f948 fixes #40439 2017-12-18 16:04:24 +01:00
Alexandru Dima
4786527cdf Merge pull request #40388 from keringar/master
Update editor.lineNumbers description
2017-12-18 15:39:03 +01:00
Daniel Imms
5b61c843f9 Merge pull request #40370 from timbanaveen/34193-fixes-line-column-terminal-tests
Fixes tests for line/column in terminal
2017-12-18 06:27:53 -08:00
Christopher Leidigh
9a5b6ebc08 Selectbox theme additions Fixes #25965, #35246, #25700, #21193 (#37533)
* SelectBox drop-down-contextv-list WIP 1

* Merge 2

* Selectbox Themed drop-down

* Added ARIA labels, color cleanup

* Restored Space and Enter select activation

* Fix list colors, CSS, Scrollbar, hover before separation

* SelectBox separation, clean 1

* SelectBox separation cleanup 2

* SelectBox fix var, superfluous listener

* some final polish

* actually import the CSS
2017-12-18 15:26:27 +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
Joao Moreno
2d5dde9933 fixes #40411 2017-12-18 14:32:19 +01:00
Benjamin Pasero
bcc46316b4 files - add a method to read content from a position 2017-12-18 12:37:57 +01:00
Alex Dima
07ac57204a Adopt new TestRPCProtocol; renames 2017-12-18 12:23:48 +01:00
Alex Dima
ec444e4874 Fix tests 2017-12-18 12:11:50 +01:00
Benjamin Pasero
39df58304b config resolver: use slash for relativeFile as before (for #40256) 2017-12-18 11:25:02 +01:00
Martin Aeschlimann
85831ea2b2 null check for 'workbench.colorCustomizations' (for #40329) 2017-12-18 11:01:00 +01:00
Joao Moreno
4d2d726e74 Merge branch 'master' of github.com:Microsoft/vscode 2017-12-18 11:00:10 +01:00
Joao Moreno
5f87a2ad40 properly handle git uris in getOpenRepository
fixes #40408
2017-12-18 10:59:48 +01:00
Alex Dima
3cb1594fbb Fixes #40426 2017-12-18 10:44:21 +01:00
Alex Dima
18e6258df8 Fixes #8808: Better range for mouse position over text 2017-12-18 10:26:56 +01:00
Joao Moreno
424c9da7cc improve git.autofetch suggestion
fixes #40282
2017-12-18 09:10:11 +01:00
Ramya Achutha Rao
66a439e253 Absorb upstream fix for #39789 2017-12-17 23:37:16 -08:00
Benjamin Pasero
03262df544 fix #40333 2017-12-18 08:01:58 +01:00
Benjamin Pasero
9812d210d6 array coalesce tests 2017-12-18 08:01:58 +01:00
Benjamin Pasero
497229f0e7 admin - do not show warning on windows for now 2017-12-18 08:01:58 +01:00
Rob Lourens
e7dfec7767 Fix #39609 - search viewlet should use global search buffer 2017-12-17 21:10:03 -08:00