Javascript snippets have stopped working in VS Code

I have been using vscode to write javascript for about 6 months and since last 3-4 weeks, js snippets suddenly stopped working in my vscode. Js code runs perfectly fine but no js syntax error or suggestions or snippets is being shown by vscode when writing code .
It could be due to insatllling nodejs or git . I don’t know.
This message is shown by the js snippets extension ->

“Unknown language in contributes.JavaScriptSnippets.language. Provided value: vue”

I have tried deleting and installing vscode but that didn’t work.It would be highly appreciated if someone could help solve me this problem.

I deleted and re-installed vscode, disabled all the extensions. None of this worked.