My project primarily uses Javascript.
I use git to manage code, create branches etc. The git worktree feature allows me to have more than one worktree (each corresponding to a distinct branch), and with their own directory tree in the file system.
When coding in a worktree (so, not the main worktree) and I want to go to the definition of a JS class, ST takes me to the class definition in the main worktree.
Is it a bug ?
cheers
-jg-