Johannes Rieken
df7ee603cb
follow up on #46880
2018-03-29 15:29:51 +02:00
Christof Marti
ed51daf955
Focus filter text after clicking Select All box ( fixes #46928 )
2018-03-29 15:28:29 +02:00
Martin Aeschlimann
11f5d549db
[css] path completion sometimes only works for one folder level. Fixes #46722
2018-03-29 15:20:39 +02:00
Christof Marti
f50b6d7f13
Show Select All unchecked when none visible ( fixes #46927 )
2018-03-29 15:04:10 +02:00
Benjamin Pasero
b670f87518
bring back listInactiveFocusBackground
2018-03-29 12:50:53 +02:00
Alex Dima
c26b220e79
Fixes #45096 : Write previous word in textare on OSX
2018-03-29 12:45:59 +02:00
Johannes Rieken
bb49e6e3c0
fix #46880
2018-03-29 10:42:21 +02:00
Sandeep Somavarapu
b320090791
Merge pull request #46849 from coliff/master
...
HTTPS link
2018-03-29 08:36:17 +02:00
Dirk Baeumer
b5f63bb2fb
Fixes #45261 : Shell tasks force terminal window regardless of presentation setting
2018-03-29 07:50:23 +02:00
Rob Lourens
952b2a641d
Bump node2
2018-03-28 21:01:41 -07:00
Ramya Achutha Rao
89b196e08f
Publisher info is now considered SystemMetaData
2018-03-28 19:39:30 -07:00
Rob Lourens
5e6decf62a
Fix #46828 - show both search result count badge and action buttons in wide mode
2018-03-28 18:27:57 -07:00
Daniel Ye
a200e04dfa
Merge branch 'master' of https://github.com/microsoft/vscode
2018-03-28 18:25:24 -07:00
Daniel Ye
5e51bf9fd8
2018-03-28. Merged in translations from Transifex.
2018-03-28 18:20:16 -07:00
Ramya Rao
2de91fdce5
Css partial parse refactoring ( #46894 )
...
* Refactor parsePartialStylesheet
* More refactoring
* To avoid errors, parse line comments char by char and no when getting to previous line.
* Revert "To avoid errors, parse line comments char by char and no when getting to previous line."
This reverts commit f353dba4c7 .
* Fix for inline comments inside block comments
2018-03-28 18:12:07 -07:00
Peng Lyu
5126026376
Revert "Fix microsoft/monaco-editor#552 . It's okay to switch focus in
...
composition mode when typing Japanese.
This reverts commit 2b941e427c .
2018-03-28 16:46:15 -07:00
Peng Lyu
6f8ab5f7d5
Merge branch 'rebornix/fix-long-changebuffer'
2018-03-28 16:34:33 -07:00
Alex Dima
5075e9a2f8
Fixes #45735 : Fix implementation of getLineCharCode
2018-03-29 01:27:33 +02:00
Peng Lyu
fe6b1682e4
split long change buffer.
2018-03-28 16:13:26 -07:00
Alex Dima
a4da791b92
Fixes #45908 : Use idiomatic programming
2018-03-29 00:04:19 +02:00
Rachel Macfarlane
c8d61024f9
Change similar issues section to have a max height instead of a fixed height, fixes #46124
2018-03-28 14:29:54 -07:00
Alex Dima
b2f572cf0f
Fixes #45996 : Edit only the indentation part of a line
2018-03-28 23:29:13 +02:00
Martin Aeschlimann
4b55e2d7de
[css] update service
2018-03-28 23:08:29 +02:00
Alex Dima
dcc822dac1
Store the first visible line in the view state ( #41968 )
2018-03-28 22:21:20 +02:00
Martin Aeschlimann
d9d762d1ce
[css] .asar file breaks CSS path completion. Fixes #46638
2018-03-28 21:41:21 +02:00
Dirk Baeumer
9e0374f29f
Fixes #46709 : Tasks: Single/double quotes not quoted/escaped
2018-03-28 21:13:36 +02:00
Rachel Macfarlane
3fca70781e
Don't show help text when filing against an extension, fixes #46787
2018-03-28 10:52:47 -07:00
Rachel Macfarlane
8a63519099
Rearrange the fields in the issue reporter, fixes #46786
2018-03-28 09:53:27 -07:00
Alexandru Dima
215d65126f
Merge pull request #46227 from AiryShift/bug46075
...
Fixes #46075
2018-03-28 18:33:07 +02:00
Alex Dima
97ff53076c
Fix issue #46075 : Validate range before checking if it is empty
2018-03-28 18:31:48 +02:00
Alex Dima
51436fe7b7
Merge remote-tracking branch 'origin/master' into bug46075
2018-03-28 18:29:10 +02:00
Daniel Imms
aa9e771f2b
Move command to middle when selecting to terminal commands
...
Fixes #46724
2018-03-28 09:24:29 -07:00
Alex Dima
c5e19bcfd8
Avoid allocation in most-likely case for validateRange and validatePosition
2018-03-28 18:18:42 +02:00
isidor
8a8c018600
breakpoint widget: more precise context
...
fixes #46742
2018-03-28 18:07:48 +02:00
Daniel Imms
2771863f43
Add more terminal logging
...
Part of #43169
2018-03-28 08:41:18 -07:00
Christof Marti
df4d84f7f6
Ctrl+A to select all ( fixes #46665 )
2018-03-28 17:37:34 +02:00
isidor
1549c3711e
revert throw error for unknown variable
2018-03-28 17:30:50 +02:00
Sandeep Somavarapu
c21a44b6c0
Fix #46857
2018-03-28 17:28:34 +02:00
isidor
5c6f2f92ae
configuration resovler error message put quotes for better readibility
2018-03-28 17:20:51 +02:00
Christof Marti
ae26bd8906
Multi Quick-Pick: Performance with many items ( fixes #46666 )
2018-03-28 17:16:46 +02:00
isidor
49d3698e9c
fixes #44411
2018-03-28 16:55:38 +02:00
Christof Marti
90bb79d716
Multi-select picker API: use 'canPickMany' and 'picked' ( fixes #46803 )
2018-03-28 16:32:29 +02:00
Alex Dima
17959a75c3
Fixes #46301 : Remove massaging of deltaX in mousewheel events on OSX
2018-03-28 16:18:14 +02:00
Sandeep Somavarapu
830ec658f5
Fallback extracting to extension path if rename fails
2018-03-28 16:14:33 +02:00
Christof Marti
4d454c1f2f
Arrow up to go to last item ( fixes #46752 )
2018-03-28 16:09:39 +02:00
Martin Aeschlimann
b08ba054ba
[folding] Folded regions are lost when starting multi line comment Fixes Microsoft/vscode#46655
2018-03-28 16:06:10 +02:00
Benjamin Pasero
e754b2f544
hc theme - use contrastBorder to separate from title
2018-03-28 15:50:45 +02:00
Christof Marti
128e1feca0
Stay focused ( fixes #46749 )
2018-03-28 15:48:25 +02:00
Martin Aeschlimann
cc81646edf
Rename editorActiveLineNumber.foreground. Fixes #46848
2018-03-28 15:44:25 +02:00
Alex Dima
e72d8d15b4
Fixes #46314 : Make sure model change events reach the view models first
2018-03-28 15:34:14 +02:00