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
If I define a .dstack.yaml configuration, I see VSCode complaining about the parts of the JSON schema being invalid:
This bug was introduced when we migrated to pydantic-duality models (#967) because ResourcesSpec reference is hardcoded while it should be ResourcesSpecRequest after introducing pydantic-duality:
If I define a .dstack.yaml configuration, I see VSCode complaining about the parts of the JSON schema being invalid:
This bug was introduced when we migrated to pydantic-duality models (#967) because ResourcesSpec reference is hardcoded while it should be ResourcesSpecRequest after introducing pydantic-duality:
dstack/src/dstack/_internal/core/models/resources.py
Line 217 in c3687db
The text was updated successfully, but these errors were encountered: