You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, multiple views need to share same state, or use common(but view-bound) state alongside with view specific state.
It will be great to have an ability to share VSCodeWebviewBridge instance between multiple views, as well as have an ability to specify multiple "bridges" for view.
This will allow:
sync state between views
have better compositions in complex extensions with multiple views
ps: many thanks for interesting project, that is very close to what I wanted in my extension, and a good source of inspiration
The text was updated successfully, but these errors were encountered:
Sometimes, multiple views need to share same state, or use common(but view-bound) state alongside with view specific state.
It will be great to have an ability to share VSCodeWebviewBridge instance between multiple views, as well as have an ability to specify multiple "bridges" for view.
This will allow:
ps: many thanks for interesting project, that is very close to what I wanted in my extension, and a good source of inspiration
The text was updated successfully, but these errors were encountered: