Commit graph

18597 commits

Author SHA1 Message Date
Sandeep Somavarapu
394932d6d4 Merge pull request #26564 from thr0w/13456a
Intelli-sense in extensions file
2017-05-17 17:54:15 +02:00
Johannes Rieken
028a86d4c7 fix bad merge 2017-05-17 17:49:25 +02:00
Johannes Rieken
cc8771da0b 💄 2017-05-17 17:49:25 +02:00
Christof Marti
b12085b2e7 Add hint about preview to theme selector (fixes #26057) 2017-05-17 08:46:31 -07:00
Michel Kaporin
ed6b7a8bfd Fixes #25777 2017-05-17 17:37:59 +02:00
Christof Marti
d7d749b65a Add 'more' to the Recent section (fixes #25583) 2017-05-17 08:35:20 -07:00
Joao Moreno
d4f3981b74 tfs win build 2017-05-17 16:49:07 +02:00
Joao Moreno
65d736eea8 fix windows build 2017-05-17 16:46:08 +02:00
Joao Moreno
15a6f0b4e9 fix 2017-05-17 16:44:14 +02:00
Joao Moreno
c0fd0eba1b tfs: fix npm distro install 2017-05-17 16:37:26 +02:00
Johannes Rieken
84d4fc595c support to profile a tick, move to /node 2017-05-17 16:27:32 +02:00
Erich Gamma
f4a351fc08 Move tslint settings to tslint.json 2017-05-17 16:13:23 +02:00
Benjamin Pasero
669b83d5fc less ES6 in JS files 2017-05-17 15:09:57 +02:00
unknown
71fbd74e17 less ES5 2017-05-17 14:56:44 +02:00
unknown
08a377742c more ES5 2017-05-17 14:44:24 +02:00
unknown
777d2e5558 use ES5 2017-05-17 14:35:53 +02:00
unknown
2587b41b95 update distro 2017-05-17 14:18:35 +02:00
Benjamin Pasero
8ba5b8cd7b Support crashReporterHockeyAppSubmitURL (#26814) 2017-05-17 14:05:46 +02:00
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
Fernando Tolentino
ebb5c05734 using json-parser to get existing recommendations 2017-05-16 15:32:12 -03:00
Fernando Tolentino
ba578c15de Merge remote-tracking branch 'upstream/master' into 13456a 2017-05-16 15:07:17 -03: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