| 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 | 0 |
Ascoos Update Build Extension for VSCode

Automatically updates build number and date on save.

Features
- Automatically updates
@buildand@updatedtags in your PHP files. - Saves the build information in
builds.jsonlocated in the.versionsfolder. - Creates a backup of the saved file in the
.reposfolder with the updated build number and date. - Allows setting an initial build number via configuration.
- Automatically creates and updates
.vscode/settings.jsonto exclude the.versionsand.reposfolders from the file explorer.
Installation
- Download the
.vsixfile 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
.vsixfile.
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.jsonfile located in the.versionsfolder. - Backups of the saved files are created in the
.reposfolder with the updated build number and date. - Set the initial build number via the configuration settings in the
settings.jsonfile located in the.vscodefolder.
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.