Commit Graph

743 Commits

Author SHA1 Message Date
rebornix
20f4cbf4b6 Update preload scripts for notebook renderer 2020-02-13 16:00:13 -08:00
rebornix
298a5d074e Move typings to common. 2020-02-13 14:32:43 -08:00
rebornix
612a935c1a Merge remote-tracking branch 'origin/master' into rebornix/notebook 2020-02-12 18:08:24 -08:00
rebornix
aec1335904 Refactoring and latex support. 2020-02-12 11:01:07 -08:00
SteVen Batten
1b18d1efca rename commentsPanel.ts 2020-02-12 10:52:55 -08:00
SteVen Batten
50bc5d71aa migrate comment panel to use view container 2020-02-12 10:51:25 -08:00
Matt Bierner
fb622a8b83 Move code action documentation contribution point to come from metadata
For #86788
2020-02-11 11:36:23 -08:00
Daniel Imms
74feae9133 Merge remote-tracking branch 'origin/master' into tyriar/75793 2020-02-11 04:40:25 -08:00
Johannes Rieken
402a1cb949 some strict function fixes, #81574 2020-02-11 09:35:48 +01:00
rebornix
2790c0b06e Merge remote-tracking branch 'origin/master' into rebornix/notebook 2020-02-10 11:58:29 -08:00
Pine Wu
2053a7330c link -> target for #11847 2020-02-10 08:28:59 -08:00
Daniel Imms
c6caa9a451 Merge branch 'master' into tyriar/75793 2020-02-08 13:50:01 -08:00
Rachel Macfarlane
1251bf0a6e Fix accessToken function on login method for settings sync 2020-02-07 15:34:27 -08:00
rebornix
c78a8696fc Merge remote-tracking branch 'origin/master' into rebornix/notebook 2020-02-07 10:22:51 -08:00
SteVen Batten
7040f416f7 add back order to custom view container
fixes #90232
2020-02-07 09:28:41 -08:00
Rachel Macfarlane
cf96b11223 Auth providers - show dialog on token access, closes #89754 2020-02-06 15:30:53 -08:00
Johannes Rieken
94f93598c5 don't push undo stops for format on save, #90100 2020-02-06 11:35:46 +01:00
Sandeep Somavarapu
344f1a1083 #81574 Fix strict function type errors 2020-02-06 11:23:37 +01:00
Eric Amodio
4cc5b776dc Overhauls timeline display to stream in results
Implements many API review changes
Fixes #89558
2020-02-05 18:16:37 -05:00
Daniel Imms
5fad95f544 Change getDefaultShellAndArgs to use promises
Part of #75793
2020-02-05 12:03:45 -08:00
Daniel Imms
1aefcce704 Change requestAvailableShells to use promises
Part of #75793
2020-02-05 11:55:14 -08:00
Sandeep Somavarapu
6b54950359 Fix #89993 2020-02-04 23:33:01 +01:00
Joao Moreno
788cfa0767 use UriComponents for SCMRawResource
fixes microsoft/vscode-remote-release#2115
2020-02-04 10:58:40 +01:00
Rachel Macfarlane
c52bfa8906 Rename Session to AuthenticationSession 2020-02-03 16:04:29 -08:00
rebornix
1d71d49864 Merge remote-tracking branch 'origin/master' into rebornix/notebook 2020-02-03 14:33:18 -08:00
Johannes Rieken
ead6e44484 remove unused command 2020-01-30 10:58:42 +01:00
Johannes Rieken
abaabc8245 fix #89654 2020-01-30 10:58:41 +01:00
Sandeep Somavarapu
405eeab215 Fix #89404 2020-01-28 10:54:38 +01:00
Eric Amodio
628c60d177 Removes == 2020-01-27 15:28:33 -05:00
Eric Amodio
44edf3c197 Polishes the timeline UI/UX
Cleans up API and removes some unused features (e.g. paging)
Adds date formatting
Adds loading progress and message
Removes lots of console.logs 😁
Adds titles to diffs
2020-01-27 15:28:33 -05:00
Eric Amodio
d7b5fe4cc7 Adds refresh for when timeline changes 2020-01-27 15:28:33 -05:00
Eric Amodio
87c2332fed Adds timeline diff on click and icon support 2020-01-27 15:28:33 -05:00
Eric Amodio
70e1e9b4f4 Adds timeline view & api providers (wip) — #84297 2020-01-27 15:28:33 -05:00
rebornix
dcc4ed568b Merge remote-tracking branch 'origin/master' into rebornix/notebook 2020-01-27 10:51:28 -08:00
Benjamin Pasero
bf1e90a37e debt - move save error handler and participant into service 2020-01-27 13:00:01 +01:00
Sandeep Somavarapu
1c589bd7e1 Merge branch 'master' into customViewUpdate 2020-01-27 12:07:01 +01:00
rebornix
f4938e31fc destory notebook should clear both core and ext host. 2020-01-26 19:37:17 -08:00
Benjamin Pasero
d8251943cc untitled - share save/saveas logic in one place 2020-01-26 09:26:13 +01:00
Sandeep Somavarapu
2c35d9c048 💄 2020-01-24 21:57:03 +01:00
Christof Marti
ad063b9df9 ThemeIcon support (fixes #72489) 2020-01-24 21:40:21 +01:00
Rachel Macfarlane
8c2a25968f Account extension - support multiple sessions, passing scopes to login 2020-01-24 12:05:23 -08:00
SteVen Batten
268f0a22a3 add eventing to VDS to enable custom views 2020-01-24 09:37:52 -08:00
SteVen Batten
1c4e2291f8 custom views are tricky 2020-01-24 08:29:04 -08:00
Pine Wu
38549a606c Allow link on Diagnostic#code for #11847
Squashed commit of the following:

commit 76689c23011bf960f5ba3e199659e8180455466d
Author: Pine Wu <octref@gmail.com>
Date:   Fri Jan 24 10:19:44 2020 +0100

    Clarify API

commit 88d772d62da5d912b54285aa52dc6d6a108ca587
Author: Pine Wu <octref@gmail.com>
Date:   Fri Jan 24 10:17:28 2020 +0100

    Tooltip

commit 11ef8012ae3e560d6db6fff26ba3c258e7eae4a6
Author: Pine Wu <octref@gmail.com>
Date:   Thu Jan 23 16:50:28 2020 +0100

    Hover to show link color and use cmd/alt click

commit 38655a70b3eed56b99e8018fb5c79bd41b6c4f56
Author: Pine Wu <octref@gmail.com>
Date:   Thu Jan 23 15:21:13 2020 +0100

    Add hack to always render underline a bit below

commit 959f6b13bf81885cc370f6099e5123142089599e
Author: Pine Wu <octref@gmail.com>
Date:   Thu Jan 23 11:32:37 2020 +0100

    Fix compile error

commit b5c50e872935e74503451bd2801227f82b8410f4
Author: Pine Wu <octref@gmail.com>
Date:   Thu Jan 23 11:19:52 2020 +0100

    Bring code link everywhere for Diagnostics

commit f88cd4cc4e2064fd96853373e26c12670161bf60
Author: Pine Wu <octref@gmail.com>
Date:   Wed Jan 22 17:24:54 2020 +0100

    Add Diagnostic#code2 and render it in hover/inline/panel

commit 2a13e3e4f62fd3707f2c03c1e814a8fdc557c367
Author: Pine Wu <octref@gmail.com>
Date:   Wed Jan 22 13:49:42 2020 +0100

    WIP
2020-01-24 10:30:19 +01:00
Matt Bierner
f3dbcea32a Adds a backup method (#88948)
Adds a backup method to the custom editor API proposal. This method allows custom editors to hook in to VS Code's hot exit behavior

If `backup` is not implemented, VS Code will assume that the custom editor cannot be hot exited.

When `backup` is implemented, VS Code will invoke the method after every edit (this is debounced). At this point, this extension should back up the current resource.  The result is a promise indicating if the backup was successful or not

VS Code will only hot exit if all backups were successful.
2020-01-23 16:14:27 -08:00
rebornix
42b45bb366 Delete cell 2020-01-23 14:09:25 -08:00
Johannes Rieken
5d85d2eeef suggest - don't send default ranges for each item 2020-01-23 15:29:50 +01:00
Sandeep Somavarapu
34d739f40c 💄 2020-01-23 13:59:04 +01:00
SteVen Batten
7f42ea140d first round feedback 2020-01-22 17:52:17 -08:00
SteVen Batten
6284594a45 Merge remote-tracking branch 'microsoft/master' into movableViews 2020-01-22 16:39:40 -08:00