UDS Stack Global Configuration File Generator is a Visual Studio Code extension that simplifies the creation of C/C++ header files for configuring a UDS (Unified Diagnostic Services) software stack. It uses interactive prompts to collect user-defined parameters and generates a structured configuration file using #define macros.
🚀 Features
✅ Interactive Input – Prompts the user for configuration parameters through input boxes
⚙️ Auto-Generated Output – Produces a complete header file (global_config.h) based on inputs
🧩 Customizable Logic – Easily modify generation logic via extension.ts for project-specific needs
📁 Organized Output – Saves the generated file to src/global_config/global_config.h
📖 How to Use
Open a folder in Visual Studio Code
Press Ctrl + Shift + P to open the Command Palette
Type and select: Generate UDS Configuration File
Navigate to: src/global_config/global_config.h to view your generated configuration
🛠 Requirements
No additional dependencies or installations are needed
Just open a workspace folder in VS Code and run the command
📦 Release Notes
v0.0.1
🎉 Initial release of the UDS Stack Configuration File Generator
Supports interactive input and header file generation