Name | Modified | Size | Downloads / Week |
---|---|---|---|
1.0.1 | 2025-03-10 | ||
Initial | 2025-03-10 | ||
README.md | 2025-03-10 | 2.1 kB | |
Totals: 3 Items | 2.1 kB | 3 |
Ascoos Update Build Extension for VSCode
Automatically updates build number and date on save.
Features
- Automatically updates
@build
and@updated
tags in your PHP files. - Saves the build information in
builds.json
located in the.versions
folder. - Creates a backup of the saved file in the
.repos
folder with the updated build number and date. - Allows setting an initial build number via configuration.
- Automatically creates and updates
.vscode/settings.json
to exclude the.versions
and.repos
folders from the file explorer.
Installation
- Download the
.vsix
file from the VSIX Package. - Open Visual Studio Code.
- Go to the Extensions view (
Ctrl+Shift+X
). - Click on the three dots (...) in the top right corner and select
Install from VSIX
. - Select the downloaded
.vsix
file.
Usage
- The extension automatically updates the build number and date whenever you save a PHP file.
- You can view the build history in the
builds.json
file located in the.versions
folder. - Backups of the saved files are created in the
.repos
folder with the updated build number and date. - Set the initial build number via the configuration settings in the
settings.json
file located in the.vscode
folder.
Configuration
You can set the initial build number by adding the following configuration to your settings.json
file:
{
"ascoosUpdateBuild.startingBuild": 11200
}
License
This project is licensed under the AGL-F (ASCOOS General License - Free). See the LICENSE file for details.
Contributing
If you wish to contribute to this project, please fork the repository and create a pull request with your changes. All contributions are welcome!
Contact
For any questions or issues, please visit Alexsoft Software Issues.