'Do you know how to make function of cfn-lint fine with Visual Studio Code?

I use Visual Studio Code to create CloudFormation template. To detect error in CloudFormation YAML template, I used cfn-lint.

The function of cfn-lint worked well just after starting Visual Studio Code.

Here is good situation.

enter image description here

However, the function of cfn-lint went wrong soon. Problems message of cfn-lint(Unresolved tag) disappeared in the screen.

Here is bad situation.

enter image description here

Do you know how to make function of cfn-lint fine?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source