IDE Configuration Reporter
Generates a folder IDE-config located in report folder.
It contains:
- All default MegaLinter configuration files used during the linting
- Updated .vscode/extensions.jsoncontaining VsCode extensions corresponding to the linters used during MegaLinter run
- Updated .idea/externalDependencies.xmlcontaining IntelliJ extensions corresponding to the linters used during MegaLinter run
This reporter activated by default.
Usage
- Copy the content of report/IDE-configat the root of your repository- You can copy all IDE_Config folder, or select config files and IDE extensions recommendations that you are interested into
 
- Restart your IDE
Configuration
| Variable | Description | Default value | 
|---|---|---|
| CONFIG_REPORTER | Activates/deactivates reporter | true | 
| CONFIG_REPORTER_SUB_FOLDER | Output folder for IDE configuration files within report folder | IDE-config | 


