Benjamin Pasero
31ffdc0eb5
files2 - adopt new methods
2019-04-16 12:18:04 +02:00
Benjamin Pasero
96d03958ae
files2 - implement read() and readStream()
2019-04-16 11:40:06 +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
Benjamin Pasero
1a377ae732
files2 - implement read with encoding
2019-04-16 10:24:01 +02: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
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
Martin Aeschlimann
d3c8ff7188
Merge pull request #72211 from tony-xia/strict-equality
...
Use strict equality in darkenColor()
2019-04-15 16:44:59 +02:00
Martin Aeschlimann
84b1474d09
Code Insiders latest update break the code-insiders commands inisde WSL. Fixes #72260
2019-04-15 16:11:31 +02:00
Martin Aeschlimann
4be2b91873
Merge pull request #72269 from ljmf00/monokai-tabs-patch
...
theme-monokai: fix tabs indentation
2019-04-15 15:58:27 +02:00
Alex Ross
c2290dbfef
Change Open Workspace starting folder
...
Make the starting folder consitent with opening a file
2019-04-15 13:00:05 +00:00
Martin Aeschlimann
d13ee527b6
Merge pull request #72334 from paul-cheung/fix-typos
...
fix typos
2019-04-15 14:54:01 +02:00
Paul.K.Zhang
c78d0ff35c
fix typos
2019-04-15 19:16:09 +08:00
Martin Aeschlimann
6b7b653dae
code.sh is broken in WSL after commit "run code wsl in dev ". Fixes #72263
2019-04-15 13:07:08 +02:00
Martin Aeschlimann
b9725ba609
code.sh is broken in WSL after commit "run code wsl in dev ". Fixes #72263
2019-04-15 13:04:49 +02:00
Alex Ross
7ffcfd503d
Use file item label in file picker (keep the slash)
...
And fix a new highlighing issue
2019-04-15 10:48:39 +00:00
Alex Ross
283dfa5241
Adjust highlighting in file picker
2019-04-15 10:37:31 +00:00
Martin Aeschlimann
4f212683c1
update distro
2019-04-15 12:17:03 +02:00
Alex Ross
96dc8a0740
Show validation error in file picker when path doesn't exist
2019-04-15 10:04:12 +00:00
Alex Dima
6f0aa9ff97
update distro
2019-04-15 12:21:23 +03:00
Alex Ross
7a4192d0a7
Add hover text to quick pick button
2019-04-15 09:03:32 +00:00
Martin Aeschlimann
a7efbb7c13
pipe not supported in remote cli
2019-04-15 10:51:57 +02:00
Alex Dima
38ebddbfdf
Minor tweaks
2019-04-15 11:36:59 +03:00
Alex Ross
47017a8ea9
Add custom button to quick pick for file picker ( #72209 )
2019-04-15 10:27:01 +02:00
Martin Aeschlimann
1bcc5e57f5
update distro
2019-04-15 10:11:57 +02:00
alpalla
fcd35a2d44
Add Terminal All option to terminate task command ( #72015 )
...
Added quick pick entry to terminate all running tasks along with argument 'terminateAll' which can be used with custom key binding to terminate all tasks via keyboard shortcut.
Fixes #27041
2019-04-15 09:28:35 +02:00
Benjamin Pasero
bfe321b7c1
files2 - first cut buffered read impl
2019-04-14 19:52:40 +02:00
Benjamin Pasero
ffe5db3e36
files2 - textfile.read()
2019-04-14 19:50:19 +02:00
Benjamin Pasero
dac2e27089
files2 - move encoding out of fileservice
2019-04-14 19:50:19 +02:00
Rob Lourens
3d67364fbf
Merge pull request #72236 from mattacosta/refresh-php-docs
...
Refresh PHP documentation.
2019-04-14 16:33:54 +00:00
Luís Ferreira
88fca8d6a6
theme-monokai: fix tabs indentation
...
Signed-off-by: Luís Ferreira <contact@lsferreira.net >
2019-04-13 23:11:30 +01:00
Benjamin Pasero
0ea3056307
💄 remote fs impl
2019-04-13 15:36:57 +02:00
Benjamin Pasero
006ec5abc4
history - actually filter some files
2019-04-13 08:44:41 +02:00