Matt Bierner
3eaa5052c2
Serialize webview id
...
Fixes #56601
2018-08-21 17:05:10 +02:00
Joao Moreno
cc5e8c15bf
git api
2018-08-21 17:04:07 +02:00
isidor
b371ad5675
Need to react with a timeout on the blur event due to possible concurent splices
...
fixes #56443
2018-08-21 16:56:04 +02:00
Matt Bierner
ee947947a7
Fix duplicate markdown previews potentially being shown in the same editor group
...
Fixes #56910
2018-08-21 16:42:11 +02:00
Joao Moreno
257878e3b1
git api: deprecation
2018-08-21 16:41:34 +02:00
Joao Moreno
b00d1b40bc
git api: expose gitPath
2018-08-21 16:41:29 +02:00
Johannes Rieken
a9e3a3d69e
webpack - check js files, declare params, #56081
2018-08-21 16:40:02 +02:00
isidor
ac96d60418
debug: do not de-attach all session listeners when raw session goes down
...
fixes #55025
2018-08-21 16:34:00 +02:00
Sandeep Somavarapu
4b3a8227a8
remove glob.d.ts
2018-08-21 16:30:09 +02:00
Sandeep Somavarapu
8dc3594244
remove glob dep in package.json
2018-08-21 16:26:48 +02:00
Sandeep Somavarapu
6bba18bddf
remove dependency on glob
2018-08-21 16:26:19 +02:00
Joao Moreno
ad4fecadeb
git: getAPI
2018-08-21 16:04:00 +02:00
Johannes Rieken
64556a39c8
perf - wait longer when no cached data was used
2018-08-21 15:58:39 +02:00
Sandeep Somavarapu
7a35a445d5
Merge pull request #56828 from Microsoft/sandy081/syncExtensions
...
Synchronise extensions in a multi-extension management set up
2018-08-21 13:04:13 +02:00
Sandeep Somavarapu
e3bb3a2f4a
fix compilation
2018-08-21 13:02:03 +02:00
Sandeep Somavarapu
45865de635
Merge branch 'master' into sandy081/syncExtensions
2018-08-21 13:00:54 +02:00
Alex Dima
bced36add0
Mark optional property
2018-08-21 12:43:51 +02:00
Alex Dima
de3f3aa853
Update yarn version used on build machines
2018-08-21 12:43:36 +02:00
Alex Dima
92c776bc99
Move packaging extensions to lib/extensions.ts
2018-08-21 12:19:10 +02:00
Joao Moreno
0633c77f80
api.d.ts
2018-08-21 12:04:52 +02:00
Joao Moreno
a8deffb86a
remove unused code
2018-08-21 12:04:47 +02:00
Joao Moreno
fdeff7dfbd
Merge branch 'master' into git-api
2018-08-21 11:47:26 +02:00
Sandeep Somavarapu
23418d34ee
Add debug extensions to workspace list
2018-08-21 11:35:01 +02:00
Sandeep Somavarapu
823a3b6386
- Synchronise built in extensions
...
- Check for workspace extensions while installing
2018-08-21 11:35:00 +02:00
Sandeep Somavarapu
a80a55d975
Use fs readstream to upload buffer
2018-08-21 11:35:00 +02:00
Sandeep Somavarapu
6e8f35d30c
Add builtin-extensions-dir property to environment
2018-08-21 11:35:00 +02:00
Sandeep Somavarapu
728e657c49
Make download service optional
2018-08-21 11:35:00 +02:00
Joao Moreno
4754feafb0
fixes #56736
2018-08-21 10:42:38 +02:00
isidor
eea3e8adf4
open editors: focus active group even if it does not have an editor. Make sure list is not empty
...
fixes #56806
2018-08-21 10:27:50 +02:00
Johannes Rieken
07796186d3
fix #56877
2018-08-21 10:27:11 +02:00
João Moreno
d259a977b6
Merge pull request #56820 from Microsoft/joao/ipc-buffers
...
IPC protocol should be buffer based, not JSON based
2018-08-21 10:00:10 +02:00
Joao Moreno
a11720d9f5
Merge branch 'master' into ipc-buffers
2018-08-21 09:37:07 +02:00
Benjamin Pasero
3067e4c30e
fix tests more
2018-08-21 07:20:52 +02:00
Ramya Achutha Rao
4c05804c47
Update GDPR annotation errors
2018-08-20 17:58:50 -07:00
Daniel Imms
f8168e6c2e
Don't request terminal processes before ext host is ready
2018-08-20 16:17:01 -07:00
Rachel Macfarlane
32cb441105
Localize strings in commentThreadWidget
2018-08-20 15:56:52 -07:00
Daniel Imms
61cb8d0ef0
Give terminal process listeners a chance to init
2018-08-20 15:47:22 -07:00
Daniel Imms
0b772cda9c
Prevent undefined from showing up in terminal dropdown
...
Prefer empty string
2018-08-20 15:15:21 -07:00
Sandeep Somavarapu
84ad71193c
Use URI transformer for download service channel
2018-08-20 23:39:49 +02:00
Rachel Macfarlane
af9d9ac560
Preserve focus on comments panel when selecting comments, fixes https://github.com/Microsoft/vscode-pull-request-github/issues/198
2018-08-20 12:54:19 -07:00
Joao Moreno
ac6a7ad54b
fix driver copy task
2018-08-20 21:07:05 +02:00
Rob Lourens
334c4051e0
Fix #56726 - don't block "shift+f10" in input boxes in the settings tree
2018-08-20 11:20:36 -07:00
Benjamin Pasero
f54c36f7b9
fix tests
2018-08-20 19:03:25 +02:00
Nikolai Vavilov
aaa778b5e2
Use 'r+' with truncation when saving existing files on Windows ( #42899 )
...
* Use 'r+' with truncation when saving existing files on Windows
Opening a file with 'w' flag removes its alternate data streams. To
prevent this, extend the logic used for hidden files to all existing
files.
Fixes: https://github.com/Microsoft/vscode/issues/6363
* adopt truncate for saving as admin
2018-08-20 18:55:12 +02:00
Benjamin Pasero
ff8009d5d3
Revert "open editors: focus active group even if it does not have an editor"
...
This reverts commit 0e3a2219af
.
2018-08-20 18:46:53 +02:00
Benjamin Pasero
2dc09277aa
Merge "Terminal" and "Task" menu ( fixes #56836 )
2018-08-20 18:46:14 +02:00
Johannes Rieken
f7b8c9b7df
perf - tweak data for --prof-append-timers
2018-08-20 18:09:39 +02:00
Joao Moreno
2c7366cf33
fix broken layering
2018-08-20 17:58:07 +02:00
isidor
53e57b5ea0
longTitle should be absolute
...
fixes #56550
2018-08-20 17:44:46 +02:00
Isidor Nikolic
56b97b1d01
Merge pull request #56824 from Microsoft/isidorn/readonlyEditor
...
do not attempt edit operation for read-only editors
2018-08-20 17:40:46 +02:00