40235 Commits

Author SHA1 Message Date
Alex Dima
67814cc6b1 Fixes #74369 2019-07-25 10:10:21 +02:00
Daniel Imms
d4b3a7a22f Fix smoke tests
Fixes #77670
2019-07-24 17:35:56 -07:00
Daniel Imms
a9aac1207b Adopt clipboard service in terminal 2019-07-24 16:49:14 -07:00
Daniel Imms
64766900ba Pull common parts into abstract a11y service 2019-07-24 16:32:59 -07:00
Daniel Imms
0d2926c076 Merge remote-tracking branch 'origin/master' into tyriar/a11y_keybinding 2019-07-24 16:23:33 -07:00
Daniel Imms
69617527b1 Update terminal dropdown after hidden tabs are removed
Fixes #77415
2019-07-24 15:26:22 -07:00
Daniel Imms
3c71e404fd
Merge pull request #77664 from lramos15/shell-path-error-remote
Allows terminal errors to work in the remote case
2019-07-24 15:02:43 -07:00
Logan Ramos
9f5fffe73e
More strongly typed telemetry events (#77658)
* More strongly typed events

* Fixed typo
2019-07-24 15:02:16 -07:00
Robo
19494e6a79
Merge pull request #77620 from microsoft/robo/update_electron_4
chore: Bump electron@4.2.7
2019-07-24 14:45:08 -07:00
Peng Lyu
78c374172c Fix #77663. first comment of a thread should have an unique id. 2019-07-24 14:30:43 -07:00
Daniel Imms
0927be89c8 Tweak names, make shellLaunchConfig readonly again 2019-07-24 14:29:24 -07:00
deepak1556
0899c8ca90 chore: Bump electron@4.2.7 2019-07-24 14:25:15 -07:00
Rob Lourens
70ab0ada55 Fix 'null' exclude for findFiles, add more tests
Fix #77813
2019-07-24 14:24:13 -07:00
Sandeep Somavarapu
ea1f61356f do not read no settings properties 2019-07-24 23:22:36 +02:00
Daniel Imms
11e63ac0a6 Merge branch 'master' into pr/lramos15/77664 2019-07-24 14:13:17 -07:00
Daniel Imms
87a474c36a Merge remote-tracking branch 'origin/master' into pr/lramos15/77664 2019-07-24 14:11:29 -07:00
Daniel Imms
75e2ee5fd9
Merge pull request #77887 from microsoft/tyriar/xterm-update
xterm@3.15.0-beta87
2019-07-24 14:05:35 -07:00
Peng Lyu
66575b23d0 Fix #56773. 2019-07-24 14:01:59 -07:00
Logan Ramos
018034a7e7 Bubble up the change of shellLaunch config 2019-07-24 13:58:34 -07:00
Daniel Imms
6a358f77ab Update types, fix debug logging and handler xterm calls 2019-07-24 12:48:25 -07:00
Daniel Imms
36e08fed41
Merge pull request #77839 from microsoft/tyriar/task_vp_fix
Add CustomExecution2 test and make start fire after onDidOpenTerminal
2019-07-24 11:40:16 -07:00
Matt Bierner
7674039dbc
Merge pull request #77758 from pi1024e/master
Fix for "whiteSpace" typo: Parameter name and word is one command word spelled "whitespace".
2019-07-24 11:35:24 -07:00
Logan Ramos
4008ea909e Merge remote-tracking branch 'microsoft/master' into shell-path-error-remote 2019-07-24 11:22:02 -07:00
Miguel Solorio
1671450c24 Remove unused word wrap icon 2019-07-24 10:41:28 -07:00
Rob Lourens
1350c9450a Revert "Clarify findFiles doc comment"
This reverts commit c467419e0e3023668b8f031d3be768b79eeb1eb7.
2019-07-24 10:22:23 -07:00
Martin Aeschlimann
32eb0c0cb9 use remoteName in test resolver 2019-07-24 18:09:23 +02:00
Martin Aeschlimann
3e98ad5177 add 'remoteName' context key (replaces remoteAuthority) 2019-07-24 17:26:16 +02:00
pi1024e
4c91478921
Merge pull request #2 from microsoft/master
Rebase
2019-07-24 09:43:38 -04:00
pi1024e
480c53811b
Update glob.ts 2019-07-24 09:34:22 -04:00
Johannes Rieken
b4e3cf3332 revive command args using the arg processor logic, #1431 2019-07-24 15:20:24 +02:00
pi1024e
626f909341
Update rangeMap.ts 2019-07-24 09:12:14 -04:00
Johannes Rieken
6a25cfa60c
Merge pull request #72345 from hedgerh/command-execute-events
onDidExecuteCommand API
2019-07-24 14:45:33 +02:00
Johannes Rieken
e0b60266a2 force refetch of remote resources that have been added before the SW is ready, #75061 2019-07-24 12:22:12 +02:00
Sandeep Somavarapu
07d00198a8 render preferences features only for settings files 2019-07-24 12:20:48 +02:00
Sandeep Somavarapu
18c1b7eab5 fix compilation 2019-07-24 12:09:04 +02:00
Sandeep Somavarapu
3b55ab5001 Fix #77802 2019-07-24 11:45:08 +02:00
Sandeep Somavarapu
f161708a41 fix #77800 2019-07-24 11:35:41 +02:00
Sandeep Somavarapu
dec442e9ec fix tests 2019-07-24 11:19:14 +02:00
Sandeep Somavarapu
92f31bf748 Call flush instead of dispose for flushing telemetry appenders
Wait until data is flushed in cli
2019-07-24 11:15:50 +02:00
Alexandru Dima
06c2853f20
Merge pull request #77774 from kamranayub/chore/gh-70039
chore(build): Add generated warning to monaco.d.ts
2019-07-24 09:11:50 +02:00
Sandeep Somavarapu
188180bccf fix warnings 2019-07-24 02:45:05 +02:00
Daniel Imms
1061411b5d Merge remote-tracking branch 'origin/master' into tyriar/task_vp_fix 2019-07-23 17:35:23 -07:00
Daniel Imms
9d43802fd4 Create CustomExecution2 test, make start fire after onDidOpenTerminal
Part of #70978
2019-07-23 17:35:11 -07:00
Sandeep Somavarapu
6c79565406 fix tests 2019-07-24 02:34:56 +02:00
Sandeep Somavarapu
a2af843944 fix #75620 2019-07-24 02:25:47 +02:00
Sandeep Somavarapu
4a8df0b23b Fix installing 2019-07-24 02:25:46 +02:00
Daniel Imms
9811bfb1d1
Merge pull request #77656 from microsoft/tyriar/task_vp_fix
Fix start cb in CustomExecution2
2019-07-23 16:49:03 -07:00
Daniel Imms
df5d748fe5 Fix integration tests 2019-07-23 16:23:02 -07:00
Rob Lourens
ea6087a632 Fix tests 2019-07-23 15:57:29 -07:00
Rob Lourens
c467419e0e Clarify findFiles doc comment
Fix #77813
2019-07-23 15:45:13 -07:00