Commit graph

17 commits

Author SHA1 Message Date
Johannes Rieken
2d6c2d0b2d wip - move notebook integration test into our normal API test extension 2021-02-12 19:17:03 +01:00
João Moreno
ec805db5ed
add repository field to extensions package.json 2021-01-29 15:30:45 +01:00
Alexandru Dima
f74ad9692f
Align @types/* dev dependencies (#112718) 2020-12-18 13:28:39 +01:00
Alexandru Dima
fee6dbf4e0
Merge remote-tracking branch 'origin/master' into alex/node-modules-vscode 2020-12-17 22:02:47 +01:00
Alexandru Dima
7ca71e763d
Move away from deprecated 'vscode' node module (#112718) 2020-12-17 21:40:14 +01:00
Alexandru Dima
e0498f0cdd
Share typescript node module (#112718) 2020-12-17 20:58:11 +01:00
Alexandru Dima
ed19f6082f
Share mocha related node modules (#112718) 2020-12-17 11:03:49 +01:00
rebornix
883749806b support revert notebook cell metadata in diff view. 2020-08-27 11:26:01 -07:00
Connor Peet
d4f6fe3227
notebooks: deprecate viewType for renderers, prefer renderer ID 2020-08-21 10:09:04 -07:00
Connor Peet
24b712d7c2
notebooks: remove impure renderer API
This removes the initial notebook renderer API and keeps the 'pure'
renderer API described in #102644 and hacked-in previously.

Remaining work in this area, in no particular order:

- Add messaging context to postMessage as requested by Don (API proposal TBA)
- Cleanups around how state is managed internally in the backLayerWebView
- Deprecate the renderer `viewType` in favor of calling it the `id` or `rendererId`

Q: I kept around some of the "transform" functions since the mime type
picking happens there, not sure if there's a better place for this
to happen now, or whether these methods should simply be renamed.
2020-08-19 15:47:02 -07:00
rebornix
5e96337121 re #93070. test for command arguments. 2020-07-13 10:52:57 -07:00
rebornix
7e9abe577d notebook resolve should wait for * activated events. 2020-06-01 13:17:33 -07:00
rebornix
f9ca74dcf1 add explicit activation event for notebook test ext. 2020-06-01 13:10:28 -07:00
rebornix
627dd8b0ca notebook webview test 2020-05-20 13:19:16 -07:00
Rob Lourens
9bc11824c3 Add notebook smoketests 2020-05-20 12:01:52 -05:00
rebornix
9b11e5d500 avoid conflict with jupyter in OSS 2020-04-23 14:30:54 -07:00
rebornix
b9eafe5f66 intergration tests. 2020-04-23 11:55:23 -07:00