completionConfigurationFile property
File
get
completionConfigurationFile
Define the File in which the completion configuration is stored.
Implementation
@visibleForTesting
File get completionConfigurationFile {
return File(path.join(completionConfigDir.path, 'config.json'));
}