completionConfigurationFile property

  1. @visibleForTesting
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'));
}