As the title says, I'm having problems with VSC's snippets placeholder choices as it gets stuck loading and I never get any of the options.
At the moment I'm testing with a really simple snippet:
"console.log": {
"scope": "javascript,typescript",
"prefix": "cl",
"body": [
"console.${2|log,table,count,dir,error,info|}(${TM_SELECTED_TEXT:`${1:Here}`});"
],
"description": "Log output to console"
},
And the previous snippet ends with my second placeholder never showing the options
Any ideas of how to correct this? I already tried changing the followings settings as some post talked about them, but it didn't work:

