- VSCode Version: 1.26.1
- OS Version: macOS
I'm one contributor of the extension "Open file" (by Frank Stuetzer).
The plug in allow open multiple files by selecting multiple lines like:
file1:line:column
file2:line:column
However, only the last opened file jump to the right position. It's using core option (showTextDocument's options.selection) so the bug is in vscode side. (Better fix this also for other tools' future use)
Steps to Reproduce:
- Install extension (by Frank Stuetzer)
- Paste the above lines with real existent files (and line & column numbers), and select two lines.
- Press Alt+P to jump to both files.
- Only one currently focused file has the right text-cursor position.
Does this issue occur when all extensions are disabled?: Yes
I'm one contributor of the extension "Open file" (by Frank Stuetzer).
The plug in allow open multiple files by selecting multiple lines like:
However, only the last opened file jump to the right position. It's using core option (showTextDocument's options.selection) so the bug is in vscode side. (Better fix this also for other tools' future use)
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes