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

SwaggerEditor@next - expose VSCode providers to the plugin system #3639

Open
char0n opened this issue Nov 9, 2022 · 0 comments
Open

SwaggerEditor@next - expose VSCode providers to the plugin system #3639

char0n opened this issue Nov 9, 2022 · 0 comments

Comments

@char0n
Copy link
Member

char0n commented Nov 9, 2022

Currently there is only one way how to inject custom providers into Monaco Editor. This requires to manually dispose for all registered providers (assuming that their disposables are available) and register the custom ones. This is complex process and error-prone process.

The scope of this issue is to remedy the situation by exposing the providers to plugin system and letting plugin system consumer to override them at his/hers will.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant