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
There are a number of programs, which which are designed to be extended.
These tools call their extensions by different names: plugins, addons, flows, extensions, ...
Examples: Eclipse, VSCode, node-red, etc.
What are your thoughts on making conda packages for these extensions?
Here are some motivating examples.
VSCode Extensions
direnv-vscode provides an interface for using direnv
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There are a number of programs, which which are designed to be extended.
These tools call their extensions by different names: plugins, addons, flows, extensions, ...
Examples: Eclipse, VSCode, node-red, etc.
What are your thoughts on making conda packages for these extensions?
Here are some motivating examples.
VSCode Extensions
Node-Red Flows
Con: (do not provide extensions as conda packages)
The tools already act as their own package manager.
Pro: (provide extensions as conda packages)
While the tools can manage their extension packages well enough
they do not manage the dependencies of those extension packages.
Beta Was this translation helpful? Give feedback.
All reactions