Commit Graph

30480 Commits

Author SHA1 Message Date
Andre Weinand
8d48055fe5 fix legacy adapterExecutableCommand; fixes #58847 2018-09-18 22:01:09 +02:00
isidor
42c0dd53dc file formater should display the authority if there is one
fixes #58222
2018-09-18 17:53:57 +02:00
Joao Moreno
68446d13d0 fixes #42909 2018-09-18 17:45:14 +02:00
Ramya Rao
f2b34d5519 Support use of category with other views (#58776)
* Support use of category with other views

* Move local queries to a separate function
2018-09-18 08:38:32 -07:00
Ramya Rao
159762211c Reduce language pack checks (#58563)
* Reduce language pack checks

* Use localizedLanguage name from manifest properties

* TODO comment

* Remove workarounds

* For non language packs return empty array in getLocalizedLanguages
2018-09-18 08:36:29 -07:00
isidor
e0f506eac8 labelService getUriLabel noPrefix option
fixes #58504
2018-09-18 17:00:26 +02:00
isidor
2a263ba0d8 label: getUriLabel get an option bag since it is cleaner 2018-09-18 16:51:31 +02:00
Sandeep Somavarapu
ff1aeddb3d Fix #33406 2018-09-18 16:37:34 +02:00
Benjamin Pasero
3cc3b1472e change active text editor logic to ignore blur events (#58887) 2018-09-18 15:45:02 +02:00
Sandeep Somavarapu
b5acbdd085 #23378 Set title for when column 2018-09-18 15:32:16 +02:00
Sandeep Somavarapu
3f8be1bb0a Fix #30158 2018-09-18 15:27:31 +02:00
Sandeep Somavarapu
4195be3120 Remove the limit for expansion 2018-09-18 15:27:31 +02:00
Johannes Rieken
d9add550e9 fix snippet theme colors #32484 2018-09-18 13:45:43 +02:00
isidor
361841021f debug: only send function breakpoint to session that support them
fixes #58473
2018-09-18 12:34:48 +02:00
isidor
d0a171b4fc run to cursor: listen on state change event of a session. Custom event does not contain stopped or exit events any more
fixes #58481
2018-09-18 12:27:07 +02:00
isidor
5717c6a539 debug: do not create unkown sources with no uri scheme 2018-09-18 12:24:17 +02:00
isidor
2b6a9d40c1 debugSession: _raw -> raw, also remove nullCapabilities 2018-09-18 12:16:45 +02:00
Sandeep Somavarapu
a689dc259a Fix #56304 2018-09-18 12:09:50 +02:00
Andre Weinand
2ff1c7de93 proper quote env vars for cmd.exe; fixes #50302 2018-09-18 12:06:13 +02:00
isidor
bf5a52e219 debugSession.dispose -> debugSession.shutdown 2018-09-18 12:05:18 +02:00
Alex Dima
5f7d8d4935 Fixes #58687: Check version before starting up the ext host 2018-09-18 11:21:36 +02:00
Benjamin Pasero
1c9b4d478b context menus - fix instantiation service warning 2018-09-18 11:12:01 +02:00
Joao Moreno
d59d9f5aa5 fixes #58820 2018-09-18 10:44:35 +02:00
Sandeep Somavarapu
b12df72d4e Fix #58777 2018-09-18 10:32:08 +02:00
Benjamin Pasero
b8ce31015e fix #58849 2018-09-18 10:17:34 +02:00
Benjamin Pasero
df5e301c28 fix #58668 2018-09-18 10:16:28 +02:00
Alex Dima
78fc0e2d5a Fixes #33525: Split most kinds of large tokens at spaces 2018-09-18 10:15:49 +02:00
Johannes Rieken
43c2879d2e fix #58807 2018-09-18 09:55:57 +02:00
Joao Moreno
674c9d6a36 ipc: fix electron ipc disconnect event 2018-09-18 09:52:33 +02:00
Rob Lourens
98d2fd80d2 Fix build #58859 2018-09-17 22:49:27 -07:00
Rob Lourens
557df6e201 Tests for #55790 2018-09-17 22:48:12 -07:00
Rob Lourens
b0e32cc56c Fix #57640 2018-09-17 22:48:12 -07:00
Rob Lourens
f3654c59e0 Fix #55790 - allow extensions to return a hitLimit flag 2018-09-17 22:48:12 -07:00
SteVen Batten
c7cff3819c refactor menu theming to be cleaner and remove css colors (#58568)
* refactor menu theming to be cleaner and remove css colors

* add separator color back

* remove dynamic css, inline styles only

* remove bg color
2018-09-17 18:30:37 -07:00
kieferrm
d466ce6b31 fix GDPR annotations 2018-09-17 15:53:16 -07:00
rebornix
0fa2c8b650 Fix #58634. Drag and drop event is emitted only when clicking on real selections. A better fix for #58117. 2018-09-17 14:34:22 -07:00
Sandeep Somavarapu
403f1874b0 #57935 - Single esc to come out of recording mode.
- Update placeholders and aria labels
2018-09-17 22:36:50 +02:00
Alex Dima
473f052070 Fixes #31061 2018-09-17 22:30:23 +02:00
Alex Dima
ae26006c7b Fixes #30230 2018-09-17 22:13:50 +02:00
Sandeep Somavarapu
4a3097d8c7 Fix #53197 2018-09-17 22:11:54 +02:00
Sandeep Somavarapu
2042dfa0d9 Fix #58775 2018-09-17 21:35:31 +02:00
Alex Dima
e4ede32d8e Fixes #33196: Remove Electron 2.x workaround 2018-09-17 21:09:53 +02:00
Peng Lyu
af6d6756c9 Merge pull request #44984 from liqwid/replace-regex-fix
Keeping find input value unchanged on replace if find input is active, fixes #41027
2018-09-17 12:04:07 -07:00
rebornix
546d804f58 move focus to replace input if the focus is already in find input. 2018-09-17 12:02:42 -07:00
Alex Ross
120b0d0522 Added find options to terminal find widget with keybindings (#58457)
Added find options checkboxes to terminal find widget with keybindings and hooked the buttons up to use the new xterm.js find api.

Fixes #58826
2018-09-17 11:56:15 -07:00
Rob Lourens
cd20626929 💄 from #57380 2018-09-17 11:41:05 -07:00
rebornix
3cddc2f34f Fix test error from branch merging 2018-09-17 11:28:53 -07:00
Tony Popov
3fb52f91b1 Keeping find input value unchanged on replace action if find input is active, fixes #41027 2018-09-17 11:24:58 -07:00
Rachel Macfarlane
1d1105e96b Add support for editing comments, #58078 2018-09-17 11:22:41 -07:00
Rob Lourens
ec058d3dd4 Fix #38770 - "Find in folder" and ./ include parsing should only consider workspace folder name 2018-09-17 11:11:44 -07:00