Commit graph

15663 commits

Author SHA1 Message Date
Benjamin Pasero 256d76fed7 Option to show project path in title bar (fixes #21002) 2017-02-22 07:48:32 +01:00
Joao Moreno d744666d35 scm: enable preview for insiders 2017-02-22 07:45:45 +01:00
Matt Bierner 7db214be1c Update jsdoc localization key 2017-02-21 18:34:52 -08:00
Matt Bierner 1a0d136939 Fix jsdoc completion not showing when you disable snippet suggestions 2017-02-21 18:34:21 -08:00
Matt Bierner 3eb0cc5348 Fixes #21036 2017-02-21 18:22:32 -08:00
Matt Bierner 9421cfda91 Allow trigger js doc completion in cases like a/**| 2017-02-21 18:16:21 -08:00
Matt Bierner 9939b73286 Improve jsdoc label 2017-02-21 17:43:08 -08:00
Matt Bierner ba01265d00 Dont show js doc completion item when inside text on a line 2017-02-21 17:33:55 -08:00
Matt Bierner 025202a337 Don't show jsdoc completion item when insider of words 2017-02-21 16:56:18 -08:00
Christof Marti cd63d6b217 Fix font-weight (fixes #19172) 2017-02-21 16:54:52 -08:00
Alex Dima 814c3b3e7b Remove StyleMutator 2017-02-22 01:39:47 +01:00
Alex Dima 72725a14ae Reduce usage of StyleMutator 2017-02-22 01:35:27 +01:00
Matt Bierner 5b1a6f4155 Use CompletionItem for JsDoc Comment auto fill (#21025)
Fixes #20990

Switches back to using a completion item provider for jsdoc auto complete.

The completion list will be automatically shown when you are in a potentially valid jsdoc completion context
2017-02-21 16:02:53 -08:00
rebornix 729400d793 reveal position when dragging 2017-02-21 15:57:02 -08:00
Martin Aeschlimann f1a1fd24c1 [css] Setting to hide CSS Color preview boxes. Fixes #10943 2017-02-22 00:51:27 +01:00
Christof Marti 403f29a9b9 Tweak overlay contrast (fixes #19419, fixes #19051) 2017-02-21 15:45:42 -08:00
Kai Maetzel 919580fdd8 Upgrade telemetry package used by TS and markdown extensions. (#20971)
* upgrade telemetry used by TS ext

* upgrade telemetry used by markdown ext
2017-02-21 15:26:30 -08:00
Matt Bierner c94be6c5b2 Don't reject when we have no code actions 2017-02-21 14:29:42 -08:00
Matt Bierner 02006fe925 fixes #20815. Workaround to not send code actions request if we have no actions 2017-02-21 14:26:54 -08:00
Martin Aeschlimann c504b1d69a [json] update service 2017-02-21 23:23:09 +01:00
Alex Dima c307b553f8 Define packages needed for native-keymap 2017-02-21 23:10:48 +01:00
Alex Dima 33c592a97d native-keymap@0.4.0 2017-02-21 22:45:01 +01:00
Daniel Imms 09a9571cfc Merge pull request #20862 from hun1ahpu/focusTerminal
Add 'Focus to terminal X' action
2017-02-21 13:41:54 -08:00
Christof Marti 591697b60f Escape keybinding labels (fixes #20839) 2017-02-21 13:40:49 -08:00
Christof Marti 4a8e4af46c Add comment on white-list usage 2017-02-21 13:34:27 -08:00
Christof Marti 35dd4d8736 Disable minimap in playground (fixes #20950) 2017-02-21 13:34:10 -08:00
hun1ahpu 64821122fe Fixing localization 2017-02-21 21:43:14 +01:00
Christof Marti fccd652aec Add back telemetry on suggestion inserts. 2017-02-21 11:48:08 -08:00
Christof Marti 16540d3447 Fix Welcome page hang on Windows (fixes #20951) 2017-02-21 11:22:36 -08:00
Daniel Imms b90a29585c Remove terminal flow control support
This caused more problems than it solved, better off without it.

Fixes #20132
2017-02-21 11:00:16 -08:00
Daniel Imms 85aad8238a Copy rpm to location expected by distro 2017-02-21 10:11:02 -08:00
Alex Dima 5c1c22adf0 Reduce usage of StyleMutator 2017-02-21 18:48:40 +01:00
Alex Dima 6343e0cc9b EditorScrollbar is a ViewPart 2017-02-21 18:48:40 +01:00
Alex Dima 99e72ce9d6 Don't use scrollbar saveLastScrollTimeOnClassName 2017-02-21 18:48:40 +01:00
Michel Kaporin d9d21f4f07 Preserved whitespace. 2017-02-21 18:37:27 +01:00
Michel Kaporin efb6017e7c Merge branch 'master' of github.com:Microsoft/vscode into exception-widget 2017-02-21 18:33:11 +01:00
Andre Weinand 5fb6627fd7 update node-debug 2017-02-21 18:31:41 +01:00
Andre Weinand 3015d74160 use 1.17 version of debug protocol 2017-02-21 18:31:41 +01:00
Michel Kaporin c738324adf Merge branch 'master' of github.com:Microsoft/vscode into exception-widget 2017-02-21 18:30:40 +01:00
Michel Kaporin 9d188b07e0 Styling amends to exception widget. Allowed multiple classes to be added for zone widget container/arrow. 2017-02-21 18:27:12 +01:00
Sandeep Somavarapu 74ca491203 Fix #17126 2017-02-21 18:02:31 +01:00
Isidor Nikolic 3e05042fa8 Merge pull request #21003 from michelkaporin/exception-widget
Exception widget styling
2017-02-21 17:48:04 +01:00
Michel Kaporin e79eba4e14 Merge remote-tracking branch 'upstream/master' into exception-widget 2017-02-21 17:41:08 +01:00
Michel Kaporin c52780e7f5 Reverted widget height to the original way of calculation. Change title font. 2017-02-21 17:40:24 +01:00
Andre Weinand ad82ccdd15 add protocol attribute to deprecation message; fixes #20993 2017-02-21 17:39:11 +01:00
Benjamin Pasero ccfa351740 restore sorting to how it was before until we fix this properly 2017-02-21 17:32:22 +01:00
Michel Kaporin eb9f03c4de Polished exception widget. 2017-02-21 17:25:38 +01:00
isidor 696fe81349 fixes #20993 2017-02-21 17:21:39 +01:00
Joao Moreno b22fbb86e3 fixes #20943 2017-02-21 17:20:13 +01:00
Sandeep Somavarapu 9f9d79eb14 Fix #18568 2017-02-21 16:47:46 +01:00