Stop VSCode adding “endregion” autocompletion when pressing “enter” key

I am editing JSX code in .js files, and since two days (i don’t know why), each time I press ENTER key in VS Code to add a new empty line, then VS Code display this:

This is what VS code do

If I press ENTER again, then VS Code add “//#endregion” in my code.

But the point is, I don’t want this, I just want to jump a line, I don’t want VS Code to write this for me.

Do you know why VS Code has this behavior now, and how I can avoid VS Code doing this ?

Thank you very much