Commit graph

66219 commits

Author SHA1 Message Date
Benjamin Pasero dd2f659a86 debt - put some reference dispose into finally blocks 2020-05-19 08:43:36 +02:00
Johannes Rieken 4324517948
Merge pull request #98127 from HaoboGu/master
fix #98102
2020-05-19 08:38:34 +02:00
Sandeep Somavarapu 6236f65fa0 fix tests wait more than input time interval 2020-05-19 07:56:27 +02:00
Sandeep Somavarapu 403be36aeb fix tests 2020-05-19 07:54:16 +02:00
deepak1556 3bd9d7554b Revert "chore: bump electron@8.2.5 (#98109)"
This reverts commit 9497225207.
2020-05-18 20:43:16 -07:00
HaoboGu 51fe691d22
fix #98102
When VSCode selects preselected completion items, the index shouldn't start from 1. If there are multiple completion items with preselect=true, the first item will never be chosen.
2020-05-19 10:26:39 +08:00
rebornix b5831f5be7 notebook content change events. 2020-05-18 19:05:18 -07:00
rebornix a328f500d8 💂 move cells will not re-create cells in ExtHost. 2020-05-18 18:46:08 -07:00
rebornix 1cfa610cb6 model change on document. 2020-05-18 18:15:23 -07:00
rebornix 025bd27df7 webview comm based on editor other than document. 2020-05-18 18:13:45 -07:00
rebornix d9fd263f52 load document with editor id. 2020-05-18 18:03:58 -07:00
rebornix 4c54f7124c shared document between split editors and dispose them properly 2020-05-18 17:22:12 -07:00
rebornix 55ac452768 webview id attached to notebook editor 2020-05-18 16:29:02 -07:00
rebornix a14736ca5e introduce visible notebook editors 2020-05-18 15:45:32 -07:00
Rachel Macfarlane a7fb3ef303 Fix sign out confirmation message 2020-05-18 14:56:08 -07:00
SteVen Batten 349b16ddda fixes #98016 2020-05-18 14:40:09 -07:00
Robo 9497225207
chore: bump electron@8.2.5 (#98109) 2020-05-18 12:51:22 -07:00
João Moreno 24e33630b7 Merge branch 'joao/github' 2020-05-18 21:17:36 +02:00
João Moreno a85a2e6044 move credential provider to github 2020-05-18 21:04:29 +02:00
Rachel Macfarlane 2df0818300 Fix account badge number for multiple sign in requests 2020-05-18 11:22:45 -07:00
Matt Bierner 443098af77 Don't enable test on remote 2020-05-18 11:18:55 -07:00
Matt Bierner 8b62d8ab52 Add cors header to webview resource response 2020-05-18 11:18:55 -07:00
Matt Bierner 03da630801 Make sure id is explicitly used as authority when rewritting vscode-resource: uris 2020-05-18 11:18:54 -07:00
kieferrm 6d7b8db40e update distro 2020-05-18 10:58:30 -07:00
Sandeep Somavarapu b7bd0da9b5 improve logging when local changed 2020-05-18 19:48:27 +02:00
rebornix 9a384768c3 Fix #97694. 2020-05-18 10:35:43 -07:00
Sandeep Somavarapu 97d28cb0e7 trigger sync immediately when resource is enabled 2020-05-18 19:33:23 +02:00
Sandeep Somavarapu abb55ff617 Revert "skip syncing if sync is in progress"
This reverts commit 5d0a93929d.
2020-05-18 19:22:12 +02:00
Sandeep Somavarapu a540333e97 #98103 add tests 2020-05-18 19:20:32 +02:00
Sandeep Somavarapu 7488eb6109 Handle too many requests error from server 2020-05-18 18:53:33 +02:00
Sandeep Somavarapu 0f8f02d709 Add request limit 2020-05-18 18:53:33 +02:00
João Moreno a1ddfae782
fix: use electron-osx-sign instead of manual code signing (#97582)
* fix: use electron-osx-sign instead of manual code signing

* build/gulpfile.vscode.darwin.js -> build/darwin/sign.ts

* fix script call in pipeline

* fix incorrect keychain path

* fix update path to entitlements

* sign children first

* move electron-osx-sign deps to build/

Co-authored-by: deepak1556 <hop2deep@gmail.com>
2020-05-18 08:43:30 -07:00
Alex Ross 65f571bfb9 Don't show remote picker when only one option 2020-05-18 17:40:20 +02:00
Sandeep Somavarapu 82105aad47 add sync now command to telemetry 2020-05-18 17:32:40 +02:00
Sandeep Somavarapu 5d0a93929d skip syncing if sync is in progress 2020-05-18 17:22:30 +02:00
Sandeep Somavarapu 991215afb1 Fix #98092 2020-05-18 17:03:54 +02:00
Sandeep Somavarapu 4af9b3e29a limit once per 10s 2020-05-18 16:56:27 +02:00
Sandeep Somavarapu 65cc975a8d Send client commit through headers 2020-05-18 16:54:09 +02:00
Sandeep Somavarapu 18d49700e4 Revert "Revert rate limit on client"
This reverts commit 23ff77487e.
2020-05-18 16:41:08 +02:00
isidor c1472b14a1 #95894 2020-05-18 15:53:36 +02:00
João Moreno b629dba454 export to, clone from github 2020-05-18 15:51:15 +02:00
Isidor Nikolic 7f49bf1940
Merge pull request #97912 from microsoft/isidorn/selection-anchor
editor: introduce anchor selection
2020-05-18 15:24:35 +02:00
isidor f0cd2ce037 tacke review comments 2020-05-18 15:23:48 +02:00
João Moreno ee4e97fe6a publish command 2020-05-18 14:59:22 +02:00
João Moreno 12b150a961 github: remote source provider 2020-05-18 14:37:53 +02:00
Alex Dima 935a44112d
Have all commands go through the view model instead of the cursor 2020-05-18 14:15:49 +02:00
Alex Dima 993c159563
Have the Cursor not be a ViewEventEmitter 2020-05-18 14:15:49 +02:00
João Moreno 1c98bbbbc2 add github extension 2020-05-18 14:13:08 +02:00
Sandeep Somavarapu 48dc035b34 Fix #97895 2020-05-18 13:43:56 +02:00
isidor 1fc148b254 fixes #98035 2020-05-18 12:20:31 +02:00