Cursor tab inserts on the wrong line

Weird behavior with cursor tab

I added this. Even though I had vim disabled in the second example, this fixed it.

"vim.insertModeKeyBindings": [],
"vim.handleKeys": {
  "<Tab>": true
}