Commit graph

26564 commits

Author SHA1 Message Date
Sandeep Somavarapu
e07aedcad3 Add comment for removing obsolete extensions first 2017-11-22 20:29:14 +01:00
Christof Marti
c110a7c32e Add confirm command 2017-11-22 10:54:23 -08:00
rebornix
872ecf2a4e #36148. Remove indenation rules for c/cpp 2017-11-22 10:38:53 -08:00
Benjamin Pasero
018a151c9d Tabs: dragging tabs around causes the cursor to flicker a lot (fixes #38753) 2017-11-22 19:10:10 +01:00
Rob Lourens
a858ad5434 Add XHR timeout handler 2017-11-22 09:46:52 -08:00
isidor
9dbb1a1786 debug: if one process verifies a breakpoint it is veriifed
fixes #28817
2017-11-22 18:09:44 +01:00
isidor
db81c4ed5d touch: do not prevent default and stop propagation
fixes #38961
2017-11-22 17:37:53 +01:00
Martin Aeschlimann
bce608e4bf [folding] collapse block comment shortcut. Fixes #11524 & fixes #4670 2017-11-22 17:30:33 +01:00
Martin Aeschlimann
0fd1ba9903 update bower registry URI 2017-11-22 17:30:33 +01:00
Martin Aeschlimann
0448d3d4c7 JS errors in HTML aren't prefixed with [html] neither with [js]. Fixes #33396 2017-11-22 17:30:33 +01:00
isidor
a8726ef50e touch: listwidget and sash register nicely
#38961
2017-11-22 16:47:44 +01:00
Sandeep Somavarapu
4fb98ff812 #38609 Remove obsolete extensions before removing outdated 2017-11-22 15:52:16 +01:00
Sandeep Somavarapu
33c97dcf70 Fix #38609 2017-11-22 15:29:50 +01:00
Sandeep Somavarapu
6d00f7fc7b add comment 2017-11-22 12:56:17 +01:00
Sandeep Somavarapu
9f4c0dcb67 Fix #38847 2017-11-22 12:54:21 +01:00
Isidor Nikolic
9069bdc91f
Merge pull request #38946 from Microsoft/isidorn/touch
Isidorn/touch
2017-11-22 12:45:59 +01:00
isidor
39a48b482c touch: we need to get all the dispatch targets on the start of the inertia event 2017-11-22 12:32:00 +01:00
Andre Weinand
2a3259b20b add node-debug's package-lock.json 2017-11-22 12:06:48 +01:00
isidor
aed06bdf64 dom listener: fix passive default value 2017-11-22 11:43:40 +01:00
isidor
c42212aca9 touch: global event listeners are passive so they can be cancled 2017-11-22 11:36:07 +01:00
isidor
9f9ee526e4 addDisposableListener support passive flag 2017-11-22 11:33:58 +01:00
Sandeep Somavarapu
d8debf468b Fix #38929 2017-11-22 10:56:24 +01:00
isidor
8cd71ab0ff touch: fix initialTarget setting 2017-11-22 10:48:59 +01:00
Alex Dima
66c505f56f Fixes #38935: Make sure to render multiple end-of-line inline decorations 2017-11-22 10:48:59 +01:00
isidor
1baf892580 debug: breakpoints only update size if max is not inifinity 2017-11-22 10:44:17 +01:00
Benjamin Pasero
61ce8fdd49 Keyboard Shortcut to Skip Preview Using Quick Open (fixes #30530) 2017-11-22 10:35:19 +01:00
isidor
78d5ff8ae7 debug: reduce usages of instantiation service 2017-11-22 10:22:04 +01:00
Sandeep Somavarapu
3afa3348c5 Fix #38930 2017-11-22 09:23:51 +01:00
Johannes Rieken
9ca78d114f clean save participant telemetry 2017-11-22 08:56:41 +01:00
Benjamin Pasero
a5628f2512 input for #38414 2017-11-22 07:52:15 +01:00
Peng Lyu
55866fc4c6
Merge pull request #38908 from rebornix/rebornix/36596
Fix #36596. Cmd+e should always populate the search string
2017-11-21 20:48:48 -08:00
kieferrm
150a246820 disable new-release bot 2017-11-21 17:59:27 -08:00
Rob Lourens
b2f87e571b Fix #29084 2017-11-21 16:31:44 -08:00
rebornix
fa9e2aa8d3 Fix #36596. Cmd+e should always populate the search string 2017-11-21 16:28:15 -08:00
Sandeep Somavarapu
7fe4bc2afd Fix #15611 2017-11-21 23:15:16 +01:00
kieferrm
37b7c49ca6 remove timer2 in GDPR annotation 2017-11-21 11:33:48 -08:00
rebornix
2e4b2162ff Fix #38819. When we run commands from command palette, the focus is always on the editor. 2017-11-21 10:39:56 -08:00
Christof Marti
f4e39a572b Clean up (#38324) 2017-11-21 09:19:02 -08:00
Andre Weinand
0688b0543e rename console to activeDebugConsole; fixes #37279 2017-11-21 18:13:22 +01:00
Alex Dima
728f71d1bf #37524: Faster WorkbenchKeybindingService._getResolver 2017-11-21 17:52:34 +01:00
isidor
840b74974b debugViewlet: listen on pane size changes to update the breakpoints max size
fixes #25384
2017-11-21 17:40:22 +01:00
isidor
c1a355d921 touch: remove prevent default which causes warnings. And respect initialTarget also for the move event 2017-11-21 17:22:25 +01:00
Ramya Rao
df57723097
Remove unused code in extensionsActions #38414 (#38813) 2017-11-21 08:16:12 -08:00
Benjamin Pasero
0ac3999072 glob - fix tests on windows 2017-11-21 17:09:23 +01:00
Martin Aeschlimann
b3b31f707e [cshtml] // commenting inside @{ } code blocks. Fixes #24693 2017-11-21 16:54:05 +01:00
isidor
00db1968e5 ops initialize array 2017-11-21 16:27:20 +01:00
Sandeep Somavarapu
b22bd4778f fix tests 2017-11-21 16:04:46 +01:00
Benjamin Pasero
a8769e7835 debt - change glob to not require paths.relative anymore 2017-11-21 15:58:31 +01:00
Benjamin Pasero
c8b4dfddd6 Load extension host after workbench is running phase (fixes #38323) 2017-11-21 15:31:38 +01:00
Benjamin Pasero
2fd817b557 introduce extensions registered event (for #38323) 2017-11-21 15:24:49 +01:00