Commit graph

78106 commits

Author SHA1 Message Date
Daniel Imms b41b95faee Pin windows-process-tree@0.2.4 to match main package.json 2021-03-08 05:58:47 -08:00
Daniel Imms 4d3b158023 Disable terminal tests in remote again, fix settings for tasks 2021-03-08 05:54:43 -08:00
Daniel Imms 1cd624c12a Merge remote-tracking branch 'origin/main' into tyriar/116467_2 2021-03-08 05:52:24 -08:00
Daniel Imms 4abc244a97 Add windows-process-tree to remote deps
WindowsShellHelper now runs on the server for Windows remotes
2021-03-08 05:48:37 -08:00
Benjamin Pasero c2a92a1ba6
Merge pull request #118418 from microsoft/ben/sandbox
Make more services available in electron sandbox
2021-03-08 14:41:03 +01:00
Martin Aeschlimann caed3ea183
Merge pull request #118269 from davidanthoff/julia-indentation-rules
Add Julia indentation rules
2021-03-08 13:22:18 +01:00
João Moreno 007baec8d5 fixes #118214 (#118425)
* fixes #118214

* address feedback
2021-03-08 12:51:56 +01:00
Martin Aeschlimann c187999ee4
Merge pull request #118310 from smorimoto/ocaml
Add more OCaml related file extensions to the OCaml group
2021-03-08 12:00:54 +01:00
Martin Aeschlimann 305456c873
bump distro 2021-03-08 10:10:57 +01:00
Benjamin Pasero f727490556
editors - fix mergeAllGroups (#118268) 2021-03-08 08:05:07 +01:00
Benjamin Pasero 8c3a00f78c
allow debug textmate in sandbox (#118219) 2021-03-08 08:01:07 +01:00
Benjamin Pasero f74d3b2fc7
fix tests 2021-03-08 07:59:53 +01:00
Benjamin Pasero 0c17e38449
sandbox - migrate backups from md5 to our hash algorithm 2021-03-08 07:23:11 +01:00
Benjamin Pasero dbe9dd4967
sandbox - make signing and integrity available 2021-03-08 07:20:00 +01:00
Daniel Imms 74532eb261 Re-enable process unresponsive checking 2021-03-06 19:11:02 -08:00
Daniel Imms 5cc1775bbf Disable unresponsive create process 2021-03-06 18:18:21 -08:00
Daniel Imms 11897d00a7 Disable pty host listeners temporarily 2021-03-06 11:12:45 -08:00
Daniel Imms 074632a51f Try enable remote terminal integration tests
Part of #96057
2021-03-06 10:20:30 -08:00
Sora Morimoto 508fcfbb53 Add more OCaml related file extensions to the OCaml group
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2021-03-06 20:58:40 +09:00
Jackson Kearl 5d80c30e5b
Reenable smoke test to see if still flakey
Ref #115244
2021-03-05 22:05:32 -08:00
Jackson Kearl 74014e7fc6
Fix #117251 2021-03-05 21:47:01 -08:00
Jackson Kearl fe79bb261f
Add defaultSnippets to getting started contribution point
Closes #117476
2021-03-05 21:25:54 -08:00
meganrogge 6e83ba8210 fix #118279 2021-03-05 19:12:01 -08:00
Daniel Imms da79b9db81 Don't setup pty host listeners twice in remote 2021-03-05 19:08:57 -08:00
Matt Bierner ea5f05a435 Trying to clairify how webview options are used and passed around
- Move protocol types into protocol
- Hold off on combining the options objects until serialization
- Add explicit converstions instead of using `...`
- Make a few methods take property bags to help avoid passing arguments in wrong order
2021-03-05 18:49:17 -08:00
Matt Bierner e066c74761 Document new fixedChunkSizePolling ts watch mode 2021-03-05 18:49:17 -08:00
Matt Bierner d7d4253426 Mark field as readonly 2021-03-05 18:49:17 -08:00
Matt Bierner a01035c44f Pick up latest TS 4.3 for building VS Code 2021-03-05 18:49:17 -08:00
Daniel Imms 02a5d5925b Disable relaunch in tests 2021-03-05 17:51:34 -08:00
Daniel Imms 755fae50ab Bail out of create process if it's been disposed
This is likely the cause of several terminal test issues we've been seeing,
especially on remote. When process creation becomes async, the process
seems to hang around if the terminal was disposed during the process
creation.

Another thing to consider if env var relaunches messing with tests.
2021-03-05 17:47:39 -08:00
rebornix 2d3f1a0b47 fix #117699 2021-03-05 17:20:15 -08:00
Daniel Imms 258ee03bfb Update distro 2021-03-05 16:42:24 -08:00
rebornix 3483e9541b update betweenCellToolbar actions per context change. 2021-03-05 16:40:57 -08:00
Daniel Imms 61ea6ad847 Remote shell type support 2021-03-05 16:40:43 -08:00
rebornix fc677cb322 fix #118273. 2021-03-05 16:38:27 -08:00
Daniel Imms c40b367840 Merge remote-tracking branch 'origin/main' into tyriar/116467_2 2021-03-05 16:31:08 -08:00
Daniel Imms b15bbfa851 More test logs 2021-03-05 16:21:33 -08:00
Megan Rogge 3e345101df
update shellType when it changes for local windows terminals (#117998)
Co-authored-by: Daniel Imms <daimms@microsoft.com>
2021-03-05 16:04:19 -08:00
Daniel Imms 6b2daa9a89 Update distro 2021-03-05 15:34:56 -08:00
Daniel Imms ff09362f44 Merge remote-tracking branch 'origin/main' into tyriar/116467_2 2021-03-05 15:34:48 -08:00
Daniel Imms 5d5fa58882 Support pty host management in remote 2021-03-05 15:23:56 -08:00
rebornix 29b1fcffd1 fix #117684. 2021-03-05 15:01:00 -08:00
Daniel Imms 7af259ab84 Add logs to test 2021-03-05 14:59:23 -08:00
Eric Amodio c24bfc336c 💄& localization 2021-03-05 17:54:27 -05:00
rebornix daf840b929 Revert "fix visually background flash of cells."
This reverts commit 7f7e427d3b.
2021-03-05 14:34:31 -08:00
Megan Rogge 016b809eef
kill terminal process on ipad (#118247)
* fix #114009
2021-03-05 14:22:06 -08:00
David Anthoff c18378655b Add Julia indentation rules 2021-03-05 14:14:46 -08:00
rebornix 7f7e427d3b fix visually background flash of cells. 2021-03-05 13:11:28 -08:00
Matt Bierner f704f80f87 Pick up TS 4.2.3
For #118260
2021-03-05 12:44:48 -08:00
Daniel Imms 22cb8ccdac Merge remote-tracking branch 'origin/main' into tyriar/116467_2 2021-03-05 11:59:57 -08:00