VS Code plugin #445
viktoriialurie
started this conversation in
RFC
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Short Description
The VS Code plugin facilitates viewing and managing federated remotes in a development environment, as well as injecting modules from trusted providers on the marketplace. It also helps with configuring module federation visually to ensure proper exposure and preparation for use.
Longer Description
With the VS Code plugin, developers will be able to view the relationships of federated remotes and understand where the federated remotes are coming from in their current development environment. Additionally, they will be able to change the versions of the federated remotes being built and used locally for the development environment. This functionality works very well with the discoverability functionality.
The discoverability functionality will allow people to inject module federation and federated remotes that are available on our marketplace. For example, being able to inject functionality from trusted providers like Stripe.
Guide configuration of module federation visually to ensure that modules are exposed properly and are prepared for consumption.
Acceptance Criteria
We need a list of federated remotes and what is exposed in each federated remote.
Beta Was this translation helpful? Give feedback.
All reactions