In the absence of when.languages the snippet does not work anywhere. I would like it to be like the original snippets - that they would work everywhere, if the language is not specified
Example values of when.languages:
[] all languages
["!javascriptreact"] all language except specific (javascriptreact)
From https://github.com/zardoy/vscode-better-snippets/issues/25:
Example values of
when.languages
:[]
all languages["!javascriptreact"]
all language except specific (javascriptreact)