microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.91k stars 29.52k forks source link

navigate backwards/forwards doesnt work on ubuntu #231796

Open 3d-illusions opened 1 month ago

3d-illusions commented 1 month ago

Steps to Reproduce:

  1. open vscode on linux (i'm using ubuntu)
  2. navigate around a bit between files using ctrl click on functions etc
  3. change the navigate forward and backward keyboard shortcuts to something in file/preferences/shortkcuts. I used 'ctrl option alt left arrow' for backwards.
  4. try and navigate backwards.
  5. it only navigates to upward one line instead of to the previous location you were actually at.

works fine on windows.

3d-illusions commented 1 month ago

It has started working now. It must have been because I modified the keymaps during debugging. Perhaps that could be fixed if considered important enough to be classified as a bug? Close if not.