Recently i created a flutter project and open the "YAML" ,getting some error from "YAML" extension , How can i solve this , is the only solution uninstall the extension or how to overcome this without uninstalling this extension
tried flutter clean , repair etc..... but nothing was helpful ,
getting error are
1 Incorrect type. Expected "string".yaml-schema: pubspec.yaml
2 Property flutter is not allowed.yaml-schema: pubspec.yaml
3 Property cupertino_icons is not allowed.yaml-schema: pubspec.yaml
4 Property flutter_test is not allowed.yaml-schema: pubspec.yaml
5 ect........
using flutter version is 2.8.1
"YAML"(extension) version v1.5.0

