Commit graph

19011 commits

Author SHA1 Message Date
Benjamin Pasero 1d0b00c60e linting: convert double quote imports to single quote 2017-05-25 09:53:23 +02:00
Benjamin Pasero 561110831b How to configure a window (also for reload case)? (fixes #27192) 2017-05-25 09:44:01 +02:00
Martin Aeschlimann 145310aea5 [lua] update grammar 2017-05-25 08:44:16 +02:00
Benjamin Pasero 84ced6126e theming - remove hardcoded list color in keybindings editor 2017-05-25 08:05:57 +02:00
Daniel Ye 66622a41c4 Merge branch 'master' of https://github.com/microsoft/vscode 2017-05-24 22:58:01 -07:00
Daniel Ye 2e08585bac 2017-05-24. Merged in translations from transifex. 2017-05-24 22:56:48 -07:00
Ramya Achutha Rao 9c6dd37482 Fixes #26244 prevent double border 2017-05-24 22:49:31 -07:00
Ramya Achutha Rao 17f0dc9aad Reverting prev fix as it adds gap between docs and list 2017-05-24 22:33:35 -07:00
Daniel Imms 755d45a107 Clean up termianl imports 2017-05-24 20:04:00 -07:00
rebornix f95866f07e Fix #25783. Middle click pastes in Find Widget on Linux 2017-05-24 16:17:58 -07:00
Rob Lourens 70c10c9172 Fix #26634 - if a ./ include pattern contains glob characters, ignore the ./ 2017-05-24 15:46:59 -07:00
Alex Dima 31aaf8757e Show correct link hover when links open with Alt 2017-05-25 00:28:26 +02:00
Alex Dima f7a42a8652 Implement editor.multicursorModifier 2017-05-25 00:28:25 +02:00
Alex Dima 9e8f922647 Fixes #6910: Left mouse button up when selecting text with CTRL pressed causes to follow link 2017-05-25 00:28:25 +02:00
Alex Dima 1c38b011ea Extract clicking link logic to its own file 2017-05-25 00:28:25 +02:00
Alex Dima d0d23a8752 Encapsulate opening a link gesture in LinkGesture 2017-05-25 00:28:25 +02:00
Alex Dima d07a391b6b Group method logically 2017-05-25 00:28:25 +02:00
Alex Dima fd02125687 Encapsulate trigger modifier logic in goToDeclarationMouse 2017-05-25 00:28:24 +02:00
Alex Dima c35b4b4290 Introduce multicursorModifier editor options 2017-05-25 00:28:24 +02:00
rebornix c77ae5912b Fix #27144. We just need to listen to scrollTop change for FindWidget 2017-05-24 15:12:08 -07:00
Matt Bierner d167cf370f Add restart TSServer command. Fixes #22335 2017-05-24 15:07:43 -07:00
Matt Bierner 50cc0f9067 use alwaysStrict in TS extension 2017-05-24 15:03:50 -07:00
Martin Aeschlimann 16dc059314 Fix deprecation warning on StyleSheet.insertRule 2017-05-24 23:50:46 +02:00
Martin Aeschlimann 8e1714c81b Allow extensions to use theme colors in status bar 2017-05-24 23:50:46 +02:00
rebornix 3f683632a3 make input box responsive when widget or editor resizes 2017-05-24 14:48:47 -07:00
rebornix 0ac843e306 Flex Box 2017-05-24 14:48:47 -07:00
rebornix 6b69d77eb5 draft version 2017-05-24 14:48:47 -07:00
Daniel Imms 68c6a61380 Clean up var name 2017-05-24 14:01:01 -07:00
Rob Lourens 2bf7fbfc36 Fix #25422 - also search external files 2017-05-24 13:59:47 -07:00
Martin Aeschlimann b320bd0de7 Allow decorations to use theme colors. For #26974 2017-05-24 22:56:27 +02:00
Martin Aeschlimann 985d05f920 Kimbie builtin theme has dark curly braces. Fixes #27121 2017-05-24 22:56:27 +02:00
Daniel Imms 4108070856 Remove debug logs 2017-05-24 13:55:37 -07:00
Matt Bierner d1b366fe33 Fix ts/js code lens for trailing special character. Fixes #27211 2017-05-24 13:39:44 -07:00
Daniel Imms bae64c4db2 Fork terminalProcess using amd, convert to TS
Fixes #27182
2017-05-24 13:37:48 -07:00
Daniel Imms 5f0e32472a Add node-pty typings back 2017-05-24 13:37:48 -07:00
Daniel Imms 6ed4099a89 Move terminalProcess to node/
Part of #27182
2017-05-24 13:37:48 -07:00
Rob Lourens 583050409e Merge pull request #26888 from Microsoft/amqi/search-remove-text
Fix #26821 Memento
2017-05-24 13:01:26 -07:00
Amy Qiu 8776c1106d Add mementos to shutdown 2017-05-24 12:49:23 -07:00
Ramya Achutha Rao 87a9dce81d Fixes #27169 2017-05-24 11:56:54 -07:00
Christof Marti 2f90c173af Enable needs-more-info bot plugin 2017-05-24 11:39:04 -07:00
Ramya Achutha Rao 78d4aa67e4 Fixes #26886 2017-05-24 11:25:31 -07:00
Benjamin Pasero 321d8095cf theming 💄 2017-05-24 20:18:08 +02:00
Rob Lourens f1f3f60e30 Tweak error message for extension table in github issues 2017-05-24 11:04:57 -07:00
Sandeep Somavarapu 200cfc5863 Fix extension actions tests 2017-05-24 18:02:57 +02:00
Johannes Rieken 803e7c29ed don't score when the word is the empty word, #26096 2017-05-24 17:59:05 +02:00
Johannes Rieken fe740b4b6b make fuzzy match skip leading whitespace in pattern, fixes #26096 2017-05-24 17:31:02 +02:00
Johannes Rieken 2e539276e9 Revert "allow offsets for fuzzyScore, towards #26096"
This reverts commit 093eac502f.
2017-05-24 17:06:53 +02:00
João Moreno d0bae42c72 Merge pull request #25862 from letmaik/git-delete-branch
Add git delete branch command
2017-05-24 15:58:30 +02:00
Joao Moreno 04c6d43247 fixes #26184 2017-05-24 15:54:47 +02:00
Johannes Rieken 2a5abbaeeb don't double print messages from the extension service 2017-05-24 15:36:37 +02:00