Interface: SuggestionReasoning¶
Defined in: core/src/types/manifest.ts:192
Explanation for why a suggestion was made.
Properties¶
matchedValue?¶
optionalmatchedValue:string
Defined in: core/src/types/manifest.ts:200
The specific value that matched (file name, dependency, etc.)
reason¶
reason:
string
Defined in: core/src/types/manifest.ts:196
Why it was suggested
suggestion¶
suggestion:
string
Defined in: core/src/types/manifest.ts:194
The suggestion that was made
trigger¶
trigger:
"always"|"file"|"dependency"|"language"|"framework"
Defined in: core/src/types/manifest.ts:198
What triggered the suggestion