Hi Brett, Unfortunately, your answer is not fully satisfactory, as Export Documents to XML File... does not automatically export the project and all its content (at least not for me), and it doesn't fire the server-side studio extension hook "ExportProject" that in our case would automatically
* Check that the project contains all necessary classes and files by checking the content of about 1000 classes.
* Export the project's individual files for server-side source control into individual files.
* Export the entire project into a single XML file to be given away or as a backup of the project at a certain point in time.
Am I missing something, or is that very convenient method of automation not possible with the VS Code integration?
* Check that the project contains all necessary classes and files by checking the content of about 1000 classes.
* Export the project's individual files for server-side source control into individual files.
* Export the entire project into a single XML file to be given away or as a backup of the project at a certain point in time.
Am I missing something, or is that very convenient method of automation not possible with the VS Code integration?
Ah I forgot to mention ExportProject is in our case fired by "OnBeforeLoad" of any prj file and on OnAfterSave if an "prj" item saves. Unfortunately these two operations seem to never fire when working with projects in VS Code
- Log in to post comments