I found in .vscode folder a file settings.json
{
“vetur.validation.template”: false,
“eslint.validate”: [“javascript”, “javascriptreact”, “typescript”, “vue”],
“vetur.experimental.templateInterpolationService”: true (change this to false. It worked for me)
}
I didn’t understand why that folder is there. All my other projects don’t have that folder