Commit graph

48527 commits

Author SHA1 Message Date
Martin Aeschlimann 044c8ed8e1 toWorkspaceFolders takes workspaceConfigPath 2019-04-16 16:01:36 +02:00
Martin Aeschlimann e5f694ebf8 Can't open workspace file with absolute paths 2019-04-16 16:01:36 +02:00
Alex Ross 9573a1a0bb update distro 2019-04-16 13:47:42 +00:00
Alex Ross e71599d620 update distro 2019-04-16 13:39:48 +00:00
Benjamin Pasero d5e88fa051 files - more cleanup 2019-04-16 14:40:19 +02:00
Benjamin Pasero aa7844513e update distro 2019-04-16 14:38:47 +02:00
Benjamin Pasero 3c28234a56 fileservice2 => fileservice 2019-04-16 14:30:32 +02:00
Benjamin Pasero d8b38677bb files2 => files 2019-04-16 14:25:43 +02:00
Benjamin Pasero 8744ea02db update distro 2019-04-16 14:12:52 +02:00
Benjamin Pasero a3099d3e10
Merge pull request #72409 from Microsoft/ben/files2-read
Implement file reading through file system provider
2019-04-16 14:04:09 +02:00
Benjamin Pasero 91de745985 Merge branch 'master' into ben/files2-read 2019-04-16 13:59:26 +02:00
Benjamin Pasero ca26d1e2ec files2 - fix tests 2019-04-16 13:59:07 +02:00
Benjamin Pasero 729b8917e6 files2 - move more text things around 2019-04-16 13:56:59 +02:00
Benjamin Pasero cba19ff191 files2 - more tests 2019-04-16 13:23:07 +02:00
Benjamin Pasero 32a0c43176 files2 - remove legacy file service 2019-04-16 13:03:59 +02:00
Sandeep Somavarapu 2f96fa6b8b scale the remote icon in extension editor 2019-04-16 12:59:07 +02:00
Joao Moreno 43576da45a Merge branch 'joao/build' 2019-04-16 12:18:44 +02:00
Benjamin Pasero 31ffdc0eb5 files2 - adopt new methods 2019-04-16 12:18:04 +02:00
Alexandr Fadeev 6b7c8f3d77 Makefile test case about the bug fix with "@,-,+" colorizing in the recipe (#72265)
Bug: regex [@-+] means "from @ to +", so "." and "\" was also colorized.
Bug is fixed in make.tmbundle, test case is added to vscode.
Update make grammar
2019-04-16 11:41:37 +02:00
Benjamin Pasero 96d03958ae files2 - implement read() and readStream() 2019-04-16 11:40:06 +02:00
Martin Aeschlimann 016921a4d2 cli: reuse window for add 2019-04-16 11:39:49 +02:00
Joao Moreno ebf45661bc update distro 2019-04-16 11:22:36 +02:00
Benjamin Pasero b91293eb45 files2 - remove resolveStreamContent() 2019-04-16 11:09:13 +02:00
Benjamin Pasero 3963322921 files2 - add more tests 2019-04-16 10:50:52 +02:00
Martin Aeschlimann e146527fec win/code.sh: falback when wslpath not present 2019-04-16 10:44:44 +02:00
Alex Dima d9b87e858e update distro 2019-04-16 11:40:58 +03:00
Alex Dima f526e46357 Tweaks 2019-04-16 11:35:09 +03:00
Benjamin Pasero 1a377ae732 files2 - implement read with encoding 2019-04-16 10:24:01 +02:00
Joao Moreno b85d42c5a9 update distro 2019-04-16 10:10:40 +02:00
Alex Ross be4f8d5736 Clear validation message when arrowing through file picker items 2019-04-16 08:04:34 +00:00
Benjamin Pasero 66b2e1816e files2 - first cut ITextFileService.read() 2019-04-16 08:51:33 +02:00
Benjamin Pasero cc7ec60f62 more renames 2019-04-16 07:52:24 +02:00
Sandeep Somavarapu f9e563c6d0 improve installing message 2019-04-16 07:48:27 +02:00
Benjamin Pasero 12e86c5033 💄 2019-04-16 07:46:07 +02:00
Benjamin Pasero 2aee87b1b4 Merge branch 'master' into ben/files2-read 2019-04-16 07:02:21 +02:00
Benjamin Pasero daa50ede13 files2 - more use of streams 2019-04-16 07:01:23 +02:00
Matt Bierner 8b5ebbb1b8 Ignore case when checking _workbench.uiExtensions 2019-04-15 17:12:34 -07:00
Matt Bierner cd8260bc94 Use set to check configuredUIExtensions 2019-04-15 17:12:34 -07:00
Rob Lourens 3dcf232fdb Add new remote agent method 2019-04-15 23:19:04 +00:00
Matt Bierner 80a2614355 Only try tunneling openExternal when we actually need to 2019-04-15 15:28:03 -07:00
Matt Bierner 4c3694fd2d Use Map instead of object map 2019-04-15 15:28:03 -07:00
Matt Bierner 5ae3178c1d Mark markdown as a ui extension 2019-04-15 15:28:03 -07:00
Daniel Imms e2b7636879 Move terminal process launching into its own function 2019-04-15 14:11:21 -07:00
SteVen Batten 1bac855035 improve keybinding handling in dialogs 2019-04-15 14:06:20 -07:00
Daniel Imms c61e5d9081 Label terminals as starting while launching 2019-04-15 11:50:20 -07:00
Daniel Imms e4b5bccf93 Improve terminal launch 2019-04-15 11:34:55 -07:00
Matt Bierner 94ba9cfe20 Finalizing webview port mapping api
Fixes #72152
2019-04-15 11:01:19 -07:00
SteVen Batten 30ebf0363b fixes #72022 2019-04-15 17:53:01 +00:00
Rachel Macfarlane 1661aa930e
Fix #72224, git extension not sending repository selection event 2019-04-15 09:25:15 -07:00
Daniel Imms 23fd99b493 Remove default keybindings for resize terminal pane up/down on Linux
Conflicts with scroll up/down line.

Fixes #72274
2019-04-15 07:50:26 -07:00