Closed
Description
I'm creating a document using TextDocumentContentProvider. This works well, however I would also like to be able to save the document.
- the context menu has
Save
greyed out - the File menu allows me to click
Save
, but does nothing - the File menu
Save As...
does work
I think in all three cases it should simply do the Save As functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment