VS Code: new empty line after JS auto-complete accepted

Recently, I updated VS Code to the version 1.93.0-1725459079_amd64 (now 1.93.1-1726079302_amd64, but didn’t fix the problem). I think I skipped some versions, but since the update, VS Code automatically inserts an empty line below the line I am coding in after accepting an auto-complete suggestion. The problem does not only occure when pressing enter, but also when pressing tab or when I click on the suggestion. (when coding in JavaScript, so I think the suggestions come from IntelliSense).
Here is an demonstration video

I searched the web a bit and tried changing a few settings like setting editor.suggest.insertMode to “replace”, setting editor.acceptSuggestionOnEnter to false, setting editor.suggestSelection to first, editor.tabCompletion to off and setting editor.suggest.snippetsPreventQuickSuggestions to false. I also started VS Code without extensions using the command code --disable-extensions, but nothing seems to work. (some of it is advice from AI, so maybe it’s not really fitting)
Maybe there is a new setting I don’t know of?

I am happy to hear about every answer that could help 🙂