The DVT Build Configuration File Generator is a VS Code extension that simplifies the creation of a .build file for DVT projects. With this extension, you can generate a .build file using a single command.
Features
Automatic detection of xrun.log in preconfigured locations, making it easy to select the desired files.
Ability to manually select a xrun.log file for generating a .build file.
Supported Log Types
Currently only xrun.log log files are supported. If you using another compiler you can open issue with a log file format example.
Usage
To generate a .build file, follow these steps:
Open a DVT project in VS Code.
Open the command palette (cmd/ctrl + shift + P) and search for Generate .build file....
Choose a build from the list file you want to use for generating the .build file, or select a log file manually.
Requirements
To use this extension, you must have the DVT extension installed.
Acknowledgements
This extension was inspired by the Eclipse extension created by Alon Margalit.
The button of the original Eclipse extension
Contributing
Contributions are welcome! If you would like to contribute to this project, please fork the repository and submit a pull request.