Martin Aeschlimann
7540711d86
[html] test for #58435
2018-09-18 18:33:35 +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
Joao Moreno
31419e264a
fixes #39048
2018-09-18 16:23:35 +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
Joao Moreno
8a620ab5b8
fixes #18807
2018-09-18 11:20:21 +02:00
Joao Moreno
59892edc6e
fixes #18673
2018-09-18 11:13:12 +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
João Moreno
d26c044f3d
Merge pull request #58825 from oneslash/58816
...
check only dot at the end of a branch
2018-09-18 10:29:47 +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
Erich Gamma
cc0b42784c
More robust handling of invalid script values
2018-09-18 08:29:12 +02:00
Rob Lourens
98d2fd80d2
Fix build #58859
2018-09-17 22:49:27 -07:00
Rob Lourens
a918b60c3e
Bump node2
2018-09-17 22:48:12 -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
Matt Bierner
e6572ca1ea
Make sure we don't log an exception for cancelled ts requests while server is still coming online
...
Fixes #58781
2018-09-17 13:59:29 -07:00
Matt Bierner
17e5e90742
Make we always complete canceled ts server requests properly
...
Fixes #58560
If the queued (but not sent) ts server request is canceled, we could previously fail to resolve its callbacks. This change makes sure we always resolve the callbacks for cancelled requests
2018-09-17 13:59:29 -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
Martin Aeschlimann
6057f6505e
Merge pull request #57451 from DustinCampbell/update-csharp-grammar
...
Update C# grammar
2018-09-17 22:31:12 +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