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