You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The general discussion is that IntelliJ does not add reason and result to its overloaded definitions output. Same for Visual Studio. For VSCode you can use run or emitreason and resultWITHOUT explicitly defining those fields in thecommonDefinitions.json`
Describe the solution you'd like
I would like to not have to define reason or result in commonDefinitions.json since these fields are considered essential and required by the AWS Toolkit team.
Describe alternatives you've considered
Explicitly define result and reason in commonDefinitions.json.
Additional context
tbd
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The general discussion is that IntelliJ does not add
reason
andresult
to its overloaded definitions output. Same for Visual Studio. For VSCode you can userun
oremit
reason and
resultWITHOUT explicitly defining those fields in the
commonDefinitions.json`Describe the solution you'd like
I would like to not have to define
reason
orresult
incommonDefinitions.json
since these fields are considered essential and required by the AWS Toolkit team.Describe alternatives you've considered
result
andreason
incommonDefinitions.json
.Additional context
tbd
The text was updated successfully, but these errors were encountered: