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
Basically I would like to manage packages in a GUI just by specifying a package name and maybe version, and then godot.package automatically updates to add/remove/change version.
Adding a package could be handled by having an input field that accepts the same package name npm cli would accept, with or without the version tag.
Similar to how rider handles packages, but without searching the registry, just adding/removing
The text was updated successfully, but these errors were encountered:
Basically I would like to manage packages in a GUI just by specifying a package name and maybe version, and then
godot.package
automatically updates to add/remove/change version.Adding a package could be handled by having an input field that accepts the same package name npm cli would accept, with or without the version tag.
Similar to how rider handles packages, but without searching the registry, just adding/removing
The text was updated successfully, but these errors were encountered: