32290 Commits

Author SHA1 Message Date
Matt Bierner
bc6a2d52ac Move onDidChangeActiveTextEditor into Preview 2018-04-16 15:13:49 -07:00
Matt Bierner
2840741d5e Update js/ts grammar 2018-04-16 15:13:49 -07:00
Peng Lyu
c66b54a1ba translation reminder typo 2018-04-16 14:46:59 -07:00
Martin Aeschlimann
ccba4e6c27
Merge pull request #44239 from mklement0/patch-2
Update package.json to support PowerShell Core shebang lines.
2018-04-16 22:25:30 +02:00
Martin Aeschlimann
efd3ac47a1
Merge pull request #46885 from brettcannon/patch-1
Allow a space between # and `region` for folding in Python
2018-04-16 22:24:50 +02:00
Martin Aeschlimann
21ef28c36e [html] update services, add folding for embedded css (for #47808) 2018-04-16 22:20:02 +02:00
Matt Bierner
e4c975592b Webview panels start out as visible 2018-04-16 11:50:51 -07:00
Matt Bierner
71c09a6c4c weview -> webview 2018-04-16 11:50:51 -07:00
Matt Bierner
06c070690e Also fire webview dispose event when dispose is called 2018-04-16 11:50:51 -07:00
Daniel Imms
165686e333
Merge pull request #47987 from Microsoft/tyriar/terminal_process_refactor
Separate terminal instance from terminal process
2018-04-16 11:31:05 -07:00
Daniel Imms
aa85bbb493 Move terminalTab to browser layer 2018-04-16 09:17:45 -07:00
Daniel Imms
321cb28e31 Remove terminalTab dependency on electron-browser 2018-04-16 09:16:47 -07:00
Daniel Imms
a6f0ec30b6 Improve terminal layering 2018-04-16 09:07:18 -07:00
Daniel Imms
1655a6ad1d Use paths 2018-04-16 09:02:11 -07:00
Daniel Imms
f9721fd7da Move term env and cmd tracker to node layer 2018-04-16 08:56:30 -07:00
Daniel Imms
6d29f144de Move preparePathForTerminal to terminalEnvironment 2018-04-16 08:53:33 -07:00
Daniel Imms
29a45bee91 Remove use strict in terminal
alwaysStrict is true
2018-04-16 08:47:49 -07:00
Daniel Imms
8697d1b3e1 Add back terminal env/cwd tests 2018-04-16 08:46:39 -07:00
Daniel Imms
036a087aeb Move environment helper functions into own module 2018-04-16 08:41:56 -07:00
Daniel Imms
0b1b44d358 Merge remote-tracking branch 'origin/master' into tyriar/terminal_process_refactor 2018-04-16 08:14:03 -07:00
Sandeep Somavarapu
e592885b49 Fix #46750 2018-04-16 17:10:46 +02:00
Daniel Imms
66c6babcbb Clean up 2018-04-16 08:02:42 -07:00
Daniel Imms
e049990216 Mark manager props readonly 2018-04-16 08:00:04 -07:00
Daniel Imms
f2640dad83 Make the child process provide to manager 2018-04-16 07:57:46 -07:00
Daniel Imms
8e14bfb19e Make processState readonly, send via write 2018-04-16 07:56:37 -07:00
Daniel Imms
aa56915742 Move resize to manager 2018-04-16 07:54:45 -07:00
Daniel Imms
bf4ebe337e Clean up terminal dispose and reuse 2018-04-16 07:51:59 -07:00
Daniel Imms
497cc70f2f Move process title handling into manager 2018-04-16 07:38:28 -07:00
Sandeep Somavarapu
af979ba5e9
Merge pull request #47921 from lwillia/lwillia/extension-id-select
Fix #43240 - Fix triple click on extension id selecting extra info
2018-04-16 16:34:10 +02:00
Daniel Imms
6514c14dbe Move data event to manager 2018-04-16 07:29:40 -07:00
Daniel Imms
3ece733279 Clear event arg 2018-04-16 07:25:05 -07:00
Sandeep Somavarapu
39b52b936b #43645 Remove unused imports 2018-04-16 16:22:21 +02:00
Daniel Imms
4005faff90 Move process state to manager 2018-04-16 07:22:06 -07:00
Sandeep Somavarapu
20acc5ec9f #43645 Prepare for activity groups contribution 2018-04-16 16:11:48 +02:00
Daniel Imms
8ab5a005b4 Merge remote-tracking branch 'origin/master' into tyriar/terminal_process_refactor 2018-04-16 07:03:48 -07:00
Martin Aeschlimann
6c223050d7 [json] update service (folding api for #47808) 2018-04-16 15:19:47 +02:00
Martin Aeschlimann
d516e62375 [css] update service (for #47788) 2018-04-16 14:16:31 +02:00
Martin Aeschlimann
6657623b98 css/html/json typos (for #47894) 2018-04-16 14:11:26 +02:00
isidor
96a741d712 baseEditor: supportsCenteredLayout 2018-04-16 12:18:50 +02:00
Dirk Bäumer
036d806f21
Merge pull request #47857 from skl131313/active-task
Add buttons terminate and restart to "already active" task notification.
2018-04-16 12:00:31 +02:00
Till Salinger
3309bb6817 Merge branch 'tsalinger/welcome-page-keybindings-and-settings' 2018-04-16 11:57:50 +02:00
Till Salinger
7ecb8afcf8 welcome page: changes wording of settings and keybindings section 2018-04-16 11:55:33 +02:00
isidor
2227c70736 explorer model: children can have no name, guard against that 2018-04-16 11:29:01 +02:00
isidor
62f3ebeb0f Revert "explorer model: guard against children with no names"
This reverts commit d1cc4257bd6bd0aa21154c22a47d0a13cfd7b4ab.
2018-04-16 11:25:09 +02:00
Till Salinger
ac3597f737 changes wording of keymap extensions to also include settings 2018-04-16 10:50:42 +02:00
isidor
471d79cca6 fix #47306 2018-04-16 10:18:13 +02:00
Martin Aeschlimann
cbb9d19705
Merge pull request #47722 from costincaraivan/master
Adding fold markers region/endregion for YAML.
2018-04-16 10:02:27 +02:00
Andre Weinand
dfeffb55b6 properly register debug types 2018-04-15 22:40:01 +02:00
Laurel Williams
dd860bce54 Fix bug with triple click on extension id such that only the id will be selected 2018-04-14 18:38:36 -04:00
Daniel Imms
7da679147e Give cols/rows to createProcess 2018-04-14 12:39:51 -07:00