Commit graph

18574 commits

Author SHA1 Message Date
Johannes Rieken db42b30598 add startupTimer, use it some places 2017-05-17 13:41:42 +02:00
Joao Moreno 1fb2d844ed remove build from test script 2017-05-17 11:48:51 +02:00
isidor 2fb3b186bc debug toolbar: default position all the way to the right and introduce telemetry
#2513
2017-05-17 11:44:52 +02:00
Joao Moreno cf173f903f Merge branch 'product-dependencies' 2017-05-17 11:13:59 +02:00
Joao Moreno 70912d13f8 tfs: remove windows build step 2017-05-17 11:13:45 +02:00
Martin Aeschlimann 3df725b2c9 Bracket matching box too large (regression from #26104) 2017-05-17 10:45:31 +02:00
Joao Moreno 506ec62591 tfs: improve win32 step 2017-05-17 10:29:50 +02:00
Benjamin Pasero 2fbc979be2 Split editor command (Cmd+|) throws exception (fixes #26801) 2017-05-17 10:03:11 +02:00
Joao Moreno 0a93ace1c7 fix build 2017-05-17 09:43:42 +02:00
Joao Moreno c123897472 tfs: update bash step function 2017-05-17 09:27:21 +02:00
Benjamin Pasero 28bcf9d05b theming - search viewlet 2017-05-17 08:21:55 +02:00
Joao Moreno d2d9c02ea6 tfs: update dockerfile 2017-05-17 08:02:53 +02:00
Joao Moreno 3999d8112b tfs: linux build stats 2017-05-17 07:51:53 +02:00
Matt Bierner 9843623452 Make TextEditorOptions.fromEditor static (#26779)
Refactors TextEditorOptions.fromEditor to a static method instead of an instance method. This method is only called after creation of the options object and currently requires using a weird cast in a few places
2017-05-17 07:20:12 +02:00
Matt Bierner 4514ddd180 Add option to exclude unique names from suggestion lists in JS files
Fixes #26595

**Problem**
TS includes all unique names in a file in the completion list for JavaScript files. This is often desirable, but may result in unexpected completions

**Fix**
Add a new option `javascript.nameSuggestions` to filter these suggestions out.
2017-05-16 18:35:07 -07:00
Matt Bierner 17004573e3 Always Show File Names in Symbol Search Results (#26518)
* Fixes #26370

Updates the symbol search results to always display the filename. This feature was previously added to the TS extension specifically, so this change removes that work in favor of a change to the core symbol search experience

* Use dash with filename
2017-05-16 17:00:43 -07:00
Matt Bierner 405271c17d Move getting active line out of inner openTextDocument 2017-05-16 16:57:26 -07:00
Christof Marti 50ed5aa111 Split Quick Links section (fixes #22097) 2017-05-16 14:59:33 -07:00
Joao Moreno 418f91d044 tfs: better build perf measurements 2017-05-16 23:35:28 +02:00
Matt Bierner 087a2d2f24 Default to not updating scroll position if no valid editor is found. Part of #25910 2017-05-16 14:05:10 -07:00
Joao Moreno 614eaacd53 tfs: fix darwin build 2017-05-16 22:56:52 +02:00
Matt Bierner 604248eebd Remove unused Writer type 2017-05-16 13:54:01 -07:00
Matt Bierner 53b18c79e7 Mark some buffersync members readonly 2017-05-16 13:43:27 -07:00
Matt Bierner 8786a903f0 use Switch instead of map for looking up modes 2017-05-16 13:43:27 -07:00
Matt Bierner bb44d4386b Remove linkedmap 2017-05-16 13:43:27 -07:00
Joao Moreno 794ac6074f tfs: clean vsda 2017-05-16 21:49:32 +02:00
Rob Lourens c15e2b0089 Merge pull request #26700 from Microsoft/amqi/search-persist
Added feature per #26630
2017-05-16 11:02:55 -07:00
Christof Marti 9009c7e5d4 Clean up 2017-05-16 10:32:07 -07:00
Daniel Imms e95b71f298 Merge pull request #26717 from Microsoft/ben/26286
Terminal: adopt scrollbar colors (fixes #26286)
2017-05-16 10:32:01 -07:00
Daniel Imms c30b023538 Add support for terminal scrollbar active theme color 2017-05-16 10:31:29 -07:00
Christof Marti 784770efea Quick link and embedded editor background color (fixes #25798) 2017-05-16 10:24:12 -07:00
Joao Moreno 6885b84099 tfs: fix dependencies 2017-05-16 18:57:51 +02:00
Amy Qiu b59478b06d Address comments 2017-05-16 09:56:41 -07:00
Alexandru Dima dd228315f3 Merge pull request #22979 from hoovercj/letterSpacing
Add letterSpacing to config to address #18715
2017-05-16 18:26:22 +02:00
Alex Dima 46d7ea756c Fix a couple of issues 2017-05-16 18:24:38 +02:00
Joao Moreno 10884073b3 tfs: fix windows build 2017-05-16 18:18:26 +02:00
Joao Moreno c71091755c dynamically fetch product dependencies 2017-05-16 18:12:27 +02:00
Johannes Rieken 6bddd906b0 adopt stableSort for ext host diagnostics 2017-05-16 17:47:12 +02:00
Johannes Rieken 8ac7e555d1 use stableSort in code-lens 2017-05-16 17:47:12 +02:00
Christof Marti a26e004467 Remove old code 2017-05-16 08:41:45 -07:00
Alex Dima e24c8dabdd Merge remote-tracking branch 'origin/master' into letterSpacing 2017-05-16 17:34:24 +02:00
Johannes Rieken 5a0876d81c d'oh 2017-05-16 12:33:32 +02:00
Johannes Rieken 34e16c9269 remove console.log statement 2017-05-16 12:20:28 +02:00
Alexandru Dima 72df9ac7e0 Merge pull request #22478 from hoovercj/wordPatternLanguageConfiguration
Addresses #14221 by reading wordPattern from language-configuration.json
2017-05-16 12:19:44 +02:00
Alex Dima 953d09930d Move IRegExp to languageConfigurationExtensionPoint.ts 2017-05-16 12:16:10 +02:00
Alex Dima 45fc677eb2 Merge remote-tracking branch 'origin/master' into wordPatternLanguageConfiguration 2017-05-16 12:12:33 +02:00
Johannes Rieken 1b80783d02 adopt loader with correct electron renderer file paths 2017-05-16 11:52:24 +02:00
Martin Aeschlimann 0287e46ab4 JSON schemas served with gzip fail to parse. Fixes #26672 2017-05-16 11:47:04 +02:00
Joao Moreno 78636af970 comment out linux tests 2017-05-16 11:38:29 +02:00
Joao Moreno dbd1a220f1 dockerfile: go back to 14.04 2017-05-16 11:38:29 +02:00