Commit Graph

4582 Commits

Author SHA1 Message Date
rebornix
4bced156d1 notebook cell update with renderer updates. 2020-02-18 17:32:25 -08:00
rebornix
796c2baa80 Diff for cells and outputs in exthost. 2020-02-18 16:31:22 -08:00
Johannes Rieken
6db3625e94 add ICell#uri and expose INotebook#viewType 2020-02-18 11:26:09 +01:00
rebornix
a88978baee Display Order first cut. 2020-02-17 16:21:45 -08:00
rebornix
49ebc84e22 No latex handler in core. 2020-02-17 14:09:12 -08:00
rebornix
1417090963 extract code cell updates 2020-02-17 14:03:54 -08:00
rebornix
ac800b7f03 Update notebook cells 2020-02-17 13:50:44 -08:00
Johannes Rieken
059527f8d4 add ICellDto, use UriComponents 2020-02-17 15:53:52 +01:00
rebornix
81cfb898bd public by default 2020-02-14 20:06:16 -08:00
rebornix
6f8fd621d2 Errorless 2020-02-14 20:00:30 -08:00
rebornix
1adc63c06d Refactoring: IoC. 2020-02-14 19:24:23 -08:00
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
64a3d6c878 Nteract renderers. 2020-02-12 18:08:13 -08:00
rebornix
df477bc912 contributed output renderer first cut 2020-02-12 11:05:53 -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
Connor Peet
6a04aa0477 debug: always set environment variables per-process in integrated terminal
Fixes #90375
2020-02-12 08:35:57 -08:00
Johannes Rieken
ddf6ed326c more strictFunctions #81574 2020-02-12 10:48:17 +01:00
Alex Ross
48e5c5b604 Handle file errors when finding ports
Fixes #90416
2020-02-12 10:19:06 +01:00
Matt Bierner
dbe5572789 Fixing another strict function error
For #81574

Let TS infer the types for us here
2020-02-11 14:27:55 -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
Matt Bierner
7a1ab29427 More strict function fixes
For #81574
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
4d3d0036f8 add asExtensionUri to Extension as well, #90208 2020-02-11 11:23:27 +01:00
Johannes Rieken
926fc23f13 more strict functions #81574 2020-02-11 10:28:47 +01:00
Johannes Rieken
3b2fde6477 more strictFunctions #81574 2020-02-11 09:35:48 +01:00
Johannes Rieken
402a1cb949 some strict function fixes, #81574 2020-02-11 09:35:48 +01:00
Matt Bierner
7d1afc4662 Fixing a few more strict fuction errors
For #81574
2020-02-10 14:36:46 -08: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
Eric Amodio
1e8214144d Changes DocumentSelector to scheme and hooks it up 2020-02-10 10:43:29 -05:00
Benjamin Pasero
16954b49fd debt - careful with proxy, use type PropertyKey and not string 2020-02-10 11:23:00 +01: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
Alex Ross
77218d2ba0 Fix onDidTunnelsChange -> onDidChangeTunnels
Part 1: have both events
part of https://github.com/microsoft/vscode/issues/90057
2020-02-07 12:02:04 +01:00
Sandeep Somavarapu
f3f466dfda Fix #90201 2020-02-07 07:51:45 +01:00
Rachel Macfarlane
cf96b11223 Auth providers - show dialog on token access, closes #89754 2020-02-06 15:30:53 -08:00
Sandeep Somavarapu
37645e6f34 Fix #86853 2020-02-06 19:43:46 +01:00
Johannes Rieken
b4eb9933a4 add asExtensionUri-api proposal 2020-02-06 15:48:32 +01: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
Benjamin Pasero
33189b32f2 workspaces service 💄 2020-02-06 08:36:32 +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