How to disable snippets for other languages than the current language of editing file in VSCode
As my title, when I'm editing an HTML file, my VSCode suggestion shows both snippets for HTML and Javascript, and in some cases, snippets for JS show up at top of the suggestion list.
I feel it is a little annoying. So how can I get snippet suggestions for the current editing language only?