compileCommandsPath property
Relative path under the package root where compile_commands.json is
copied.
Defaults to 'compile_commands.json' (i.e. directly next to
pubspec.yaml). Use a relative path like 'build/compile_commands.json'
or '.vscode/compile_commands.json' to keep the package root tidy.
Ignored when copyCompileCommands is false.
Implementation
final String compileCommandsPath;