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
Restore DOM-based metadata for VS Code extension compatibility
The changes in #5120 removed passing configuration data via HTML DOM
elements. However, the marimo VS Code extension depends on these
DOM-based attributes, leading to a regression.
These changes restore the minimal set of DOM data attributes
(`marimo-version`, `marimo-user-config`, `marimo-server-token`) required
by the extension to function correctly. These additions are marked as
temporary and should be removed once the extension is updated to no
longer rely on them.
0 commit comments