Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demonstrate how notebook localization can work #171545

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mjbvz
Copy link
Collaborator

@mjbvz mjbvz commented Jan 17, 2023

For #170919

This shows how we can use an importmap to create an api that is specific to each renderer in a notebook. This lets a renderer write:

import * as vscode from 'vscode'

and get back a version of that api that is specific to that renderer, even though multiple different renderers may be running in the same notebook webview

For #170919

This shows how we can use importmap to create an api that is specific to each renderer. This lets a renderer write:

```ts
import * as vscode from 'vscode'
```

and get back a version of that api that is specific to that renderer, even though multiple different renderers may be running in the same notebook webview
@mjbvz mjbvz added this to the January 2023 milestone Jan 17, 2023
@mjbvz mjbvz self-assigned this Jan 17, 2023
@mjbvz mjbvz requested a review from TylerLeonhardt January 17, 2023 20:34
@mjbvz mjbvz modified the milestones: January 2023, February 2023 Jan 24, 2023
@mjbvz mjbvz modified the milestones: February 2023, On Deck Feb 22, 2023
@TylerLeonhardt TylerLeonhardt modified the milestones: On Deck, Backlog Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants