feature request: support for editing other kinds of asset/file
currently the editor can only edit wsk actions. It'd be nice if the editor plugin could also be used to edit, let say, yaml files.
https://github.com/kpdecker/monaco-yaml
so each plugin should include a dependency on monaco?
no, i was observing that someone already has a monaco plugin for yaml. we could have an edit-yaml plugin that augments the base monaco, perhaps, or we could modify the edit plugin
In the long run, we probably want a base editor plugin which can be extended by other plugins, e.g. the action/composition editor plugin and the yaml editor plugin.
But for now modifying the edit plugin seems to be the easiest thing to do.