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
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
Erich Gamma
295f04ae24
Fix #57897 ignore object valued scripts
2018-09-17 20:54:44 +02: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
Erich Gamma
e93bb0c372
fix #57897 tasks cache not refreshed when workspace folder change
2018-09-17 19:53:20 +02:00
Rob Lourens
2f73a6d314
Fix #57380
2018-09-17 10:48:11 -07:00
Matt Bierner
dde08a9a62
Pick up ts 3.1-rc
2018-09-17 10:33:10 -07:00
Benjamin Pasero
3bc654bf13
fix #58186
2018-09-17 18:48:56 +02:00
Alex Dima
99217cbf12
Fixes #37679 : Make key optional
2018-09-17 18:46:34 +02:00
Alex Ross
6d75a741d1
Merge branch 'master' of https://github.com/Microsoft/vscode
2018-09-17 09:06:25 -07:00
Alex Ross
7b15a622c8
Upate vscode-xterm.js to 3.8.0-beta3 Fixes #58532
2018-09-17 09:05:42 -07:00
Benjamin Pasero
2fe21ecaf5
💄
2018-09-17 17:59:26 +02:00
Johannes Rieken
3a9a7f96fe
fix #58736
2018-09-17 17:53:40 +02:00