Commit graph

66828 commits

Author SHA1 Message Date
Matt Bierner
0184d2f90d Extract EventName to enum 2020-06-08 16:46:55 -07:00
Connor Peet
39418ef040
Merge branch 'fix/js-debug-extension-id' 2020-06-08 16:13:35 -07:00
Peng Lyu
aced01dded
Merge pull request #99640 from DonJayamanne/fixCellJoin
Use eol when joining cells
2020-06-08 16:09:20 -07:00
rebornix
b987634a8d make reveal* actions async 2020-06-08 15:51:54 -07:00
Eric Amodio
91589cbf8d Splits github fs out into its own extension 2020-06-08 18:13:27 -04:00
Eric Amodio
3a14f91f96 Support serverless github access in yarn web (wip) 2020-06-08 18:13:27 -04:00
Eric Amodio
de701c049c Adds authentication callback support 2020-06-08 18:13:27 -04:00
Eric Amodio
774c4baa8f Adapts extension to work on the web/serverless 2020-06-08 18:13:26 -04:00
Eric Amodio
d6731d22f0 Adds a timeout for trying to resolve remotes
This needs a better fix, but for remote file systems that require auth this can cause issues if auth requires opening a url
2020-06-08 18:13:20 -04:00
Eric Amodio
c523955ccc Removes unneeded -- with yarn 2020-06-08 18:09:37 -04:00
Eric Amodio
87689f9fa3 Adds msedge launch config 2020-06-08 18:09:37 -04:00
rebornix
af949eff9d ignore empty notebook events. 2020-06-08 15:09:11 -07:00
Don Jayamanne
914d3f7bf6 Use line separator when joining cells 2020-06-08 14:58:35 -07:00
Jackson Kearl
f2d11dc772 Add reopened event handler 2020-06-08 14:47:24 -07:00
Jackson Kearl
673acf3aa1 Bump actions 2020-06-08 14:46:25 -07:00
Connor Peet
b42ca404bd
fix: wrong extension id for js-debug 2020-06-08 14:19:21 -07:00
rebornix
4f73c4ad33 Fix #99255. 2020-06-08 13:30:48 -07:00
rebornix
255fdea920 getControl can return undefined. 2020-06-08 13:30:48 -07:00
Jackson Kearl
f429a8553e Bump actions 2020-06-08 12:59:25 -07:00
Jean Pierre
a855a5183b
Fixes Error Cannot read property 'id' of undefined when dragging view to Panel with no pinned views (#99582)
* Fixes #99581

* use visible composite ids

Co-authored-by: SteVen Batten <stbatt@microsoft.com>
2020-06-08 12:50:21 -07:00
Martin Aeschlimann
bd57bd7078 break up extension-browser.webpack.config 2020-06-08 21:46:27 +02:00
Jackson Kearl
39456ea09d Update line numbers 2020-06-08 12:19:57 -07:00
rebornix
bed0ab42c3 💄 2020-06-08 12:09:49 -07:00
rebornix
b2b087cf5c dispose model events in notebook cell list 2020-06-08 11:34:46 -07:00
rebornix
83286288a7 💄 we can guarantee notebook events if command is not notebook related. 2020-06-08 11:26:48 -07:00
rebornix
2da43c7d93 menu event listener are disposed later than list view itself. 2020-06-08 11:04:15 -07:00
Rob Lourens
9c7e230fd6 Add editor drop target for notebooks
Fix #99327
2020-06-08 12:54:06 -05:00
Daniel Imms
d436dae4e9 Remove libnotify4 as deb dep
Fixes #99585
2020-06-08 10:48:25 -07:00
SteVen Batten
2f1809c74f
fixes #99448 (#99475) 2020-06-08 10:43:42 -07:00
Rachel Macfarlane
162abc77c7 Move authentication service to workbench.common.main.ts, fixes #98553 2020-06-08 10:11:20 -07:00
SteVen Batten
cee31f3221
refs #99490 (#99491) 2020-06-08 10:05:00 -07:00
SteVen Batten
1bfe34fa08
refs #94331 (#99503)
* refs #94331

* fixes compile errors

* fixes compile errors
2020-06-08 10:03:03 -07:00
Rob Lourens
426bc71d35 Revert "Bump vscode-ripgrep"
This reverts commit d1220da072.
2020-06-08 11:52:29 -05:00
Connor Peet
dae1cb2c09
Merge branch 'use-js-debug-stable' 2020-06-08 09:43:27 -07:00
Connor Peet
49f196e97c
Merge pull request #99469 from microsoft/use-js-debug-stable
Use js debug stable for release
2020-06-08 09:41:07 -07:00
rebornix
781dd23582 notebook editor widget might be disposed earlier than notebook editor 2020-06-08 09:14:33 -07:00
Connor Peet
350df68adb
Merge remote-tracking branch 'origin/release/1.46' into use-js-debug-stable 2020-06-08 08:00:32 -07:00
isidor
62d12e9d62 Allow screen readers to update selection in the hidden text area
fixes #98256
2020-06-08 15:52:42 +02:00
Johannes Rieken
cf73ba7aac fix https://github.com/microsoft/vscode/issues/99041 2020-06-08 15:34:15 +02:00
Dan Foad
235f6f803a
Allow numeric CLI argument (#99540)
* safely convert to string before checking length

* use String(arg) instead
2020-06-08 14:38:34 +02:00
Johannes Rieken
b400bce3dd remove IClipboardService#readTextSync, https://github.com/microsoft/vscode/issues/98497 2020-06-08 14:22:15 +02:00
Johannes Rieken
72d14ad2fb refactor suggest land to read clipboard async and only when needed, https://github.com/microsoft/vscode/issues/98497 2020-06-08 14:22:15 +02:00
Martin Aeschlimann
b49d4cf5e6 [css] requests update 2020-06-08 13:40:42 +02:00
Benjamin Pasero
cbb1610c12 files - add support for tracking bytes written and adopt for upload in web 2020-06-08 12:46:15 +02:00
Benjamin Pasero
0c73b69495 streams - add highWaterMark option 2020-06-08 12:44:37 +02:00
Isidor Nikolic
a2983662de
Merge pull request #99453 from jeanp413/fix-99350
Fixes focused status bar entry should use orange border when using the high contrast theme
2020-06-08 12:44:07 +02:00
Benjamin Pasero
6a0b359449 files - add resource label to inputs 2020-06-08 12:43:31 +02:00
Benjamin Pasero
7685c6ed74 editors - some code cleanup 2020-06-08 12:40:52 +02:00
Benjamin Pasero
5f0b0b9c19 uris - do not rely on isLinux check for comparing mementos 2020-06-08 12:39:31 +02:00
Benjamin Pasero
5ae8f9321a model resolver - add tests for #98653 2020-06-08 12:38:27 +02:00