matlab.codeanalysis.refreshConfiguration - Refresh cached Code Analyzer configuration - MATLAB (original) (raw)
Main Content
Refresh cached Code Analyzer configuration
Since R2023a
Syntax
Description
matlab.codeanalysis.refreshConfiguration
refreshes the cached Code Analyzer configuration.
The configuration is cached at the start of a MATLABĀ® session. The MATLAB Editor does not automatically get the latest configuration when you add a new configuration file to a resources
folder or update an existing file during a MATLAB session.
For more information on custom Code Analyzer configuration, see Configure Code Analyzer.
Examples
After making changes tocodeAnalyzerConfiguration.json
inside a resources
folder, refresh the cached configuration.
matlab.codeanalysis.refreshConfiguration
Version History
Introduced in R2023a