Commit graph

17604 commits

Author SHA1 Message Date
Benjamin Pasero 2fc83dbb7b workaround #9225 2017-04-19 10:37:56 +02:00
Benjamin Pasero 1de45560f1 Activity bar: need dark/light icons (fixes #23693) 2017-04-19 10:14:05 +02:00
Johannes Rieken 833b15a098 Add TypeParameter symbol and completion kind, #2628 2017-04-19 10:05:56 +02:00
Benjamin Pasero 759f42d1c4 get rid of unstable test 2017-04-19 09:40:56 +02:00
Benjamin Pasero d8fe52b178 💄 2017-04-19 08:51:04 +02:00
Joao Moreno 0be6167d9e Merge branch 'git-perf' 2017-04-19 08:49:07 +02:00
Joao Moreno cda46bce46 🐛 catch git fetch errors 2017-04-19 08:47:38 +02:00
Joao Moreno fb094b4322 git: huge repo prevention 2017-04-19 08:44:16 +02:00
Seivan Heidari bd84e6d975 Fixes #4803: Adding support for swipe gestures on macOS. (#23663) 2017-04-19 08:42:27 +02:00
Benjamin Pasero 6d770e76fb webkit-mask for status bar icons (fixes #23526) (#24997) 2017-04-19 08:31:49 +02:00
Rob Lourens 9ac64297a3 Bump node-debug2 2017-04-18 20:08:16 -07:00
Rob Lourens 209b0f54f7 Fix #17974 2017-04-18 19:05:21 -07:00
Matt Bierner efd3efcb62 Added markdown trace option for debugging user issues Fixes #24983 (#24985) 2017-04-18 18:57:01 -07:00
Ramya Achutha Rao 84af63a933 Increment version of vscode extension telemetry module 2017-04-18 14:46:35 -07:00
Daniel Imms a7cd47d55a Merge pull request #24523 from romulo1984/master
Update Exec param at code.desktop
2017-04-18 14:26:27 -07:00
Thomas Rayner da6cbf05e7 Fix #24971. PowerShell Extension .bat & .exe Syntax Highlighting Error (#24973)
* Fix #24971. Change regular expression in PowerShell extension syntax highlighting to properly highlight .bat and .exe files

* Fixed error that would include whitespace or other chars

Changed regex to correctly identify a . instead of any character.
2017-04-18 14:13:36 -07:00
Matt Bierner 80f1291f7a Remove explicit Z-index setting #24902 2017-04-18 12:47:09 -07:00
Matt Bierner b28277ac16 Fixes #24902 2017-04-18 12:45:01 -07:00
Johannes Rieken c65fa54f0d favor multiple strong matches over equal strong matches, fixes #24904 2017-04-18 21:40:28 +02:00
Johannes Rieken 39d243e2a2 test for #24904 2017-04-18 21:35:27 +02:00
rebornix 59db335f65 Fix #24302. Bring alt key for dnd sanity back to Linux 2017-04-18 11:31:58 -07:00
rebornix bf5e9eaa9f Fix #24886. 2017-04-18 11:27:36 -07:00
Benjamin Pasero 44e6c6dcfc 💄 2017-04-18 20:17:58 +02:00
Benjamin Pasero 89cd0b7516 debt - add action to report negative startup times 2017-04-18 19:10:19 +02:00
Joao Moreno a0daeaaf1c 🐛 fix git test compilation 2017-04-18 17:19:04 +02:00
Alex Dima 4807f83348 Move ISelection out of editorCommon 2017-04-18 18:16:26 +03:00
Alex Dima 4390b8f273 More usage of Range 2017-04-18 18:16:26 +03:00
Joao Moreno 6146b9739a git: run status without buffering whole output 2017-04-18 17:16:20 +02:00
Benjamin Pasero a30b38f644 fix tests 2017-04-18 16:39:37 +02:00
Alex Dima f3be941164 Move IRange out of editorCommon 2017-04-18 17:33:22 +03:00
Alex Dima 8a3f8985fa Move IPosition out of editorCommon 2017-04-18 16:53:33 +03:00
Johannes Rieken 5d6b0a5b72 adding event and operator symbol kinds, #2628 2017-04-18 15:44:36 +02:00
Johannes Rieken 24ef0ba03d adding event and operator completion item kinds, #2628 2017-04-18 15:44:36 +02:00
Benjamin Pasero 747488c8b0 theme - fix issue with checkbox color 2017-04-18 15:41:22 +02:00
Alex Dima 5aea732093 Move editor options out of editorCommon 2017-04-18 16:30:09 +03:00
Alex Dima 2281f744ed Move model events out of editorCommon 2017-04-18 16:30:09 +03:00
Alex Dima 19816a1cf7 Strong typing for ViewOutgoingEvents 2017-04-18 16:30:08 +03:00
Benjamin Pasero 30f83907e1 Disable translate3D for list when scaling (fixes #24599) 2017-04-18 15:11:40 +02:00
Sandeep Somavarapu c4d5d01cc4 Merge pull request #24925 from rishii7/master
Fix #24817 - Prevent overflow of the message in define keybinding widget.
2017-04-18 15:09:21 +02:00
Benjamin Pasero daf9f01aaf 💄 2017-04-18 14:55:08 +02:00
Joao Moreno d2c40f06b3 🐛 catch git fetch errors 2017-04-18 14:49:09 +02:00
Benjamin Pasero e0e4081265 Focus outline around extensions list as soon as I select an element (fixes #24932) 2017-04-18 14:48:30 +02:00
Benjamin Pasero 7baf026b9e clicked/hovered problems always display in a dark theme (fixes #24842) 2017-04-18 14:44:17 +02:00
Sandeep Somavarapu 7a31badb94 Fix #24806 2017-04-18 14:26:46 +02:00
Johannes Rieken 17d85451f1 fix #24457 2017-04-18 14:24:32 +02:00
Alex Dima ecb03dff02 Clean up editor/diff editor events 2017-04-18 14:53:24 +03:00
Sandeep Somavarapu 65e90f859b Fix #24552 2017-04-18 10:55:57 +02:00
Johannes Rieken 37598b6946 Merge pull request #24729 from Microsoft/ramyar/emmet-bug
Treat emmet snippets as textmate
2017-04-18 10:30:39 +02:00
Alex Dima 946ac52e59 Simplify eventing 2017-04-18 10:59:51 +03:00
Alex Dima 9079b0ebee Introduce/Adopt ModelRawContentChangedEvent 2017-04-18 10:59:51 +03:00