You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mjbvz
changed the title
vscode.open command opens multiple copy of same document when fragments differ
vscode.open command opens multiple copies of same document when uri fragments differ
Jan 25, 2017
bpasero
changed the title
vscode.open command opens multiple copies of same document when uri fragments differ
Files need to ignore hash/query portion of URIs and only check for fsPath
Jan 26, 2017
bpasero
added
debt
Code quality issues
and removed
bug
Issue identified by VS Code Team member as probable bug
labels
Jan 26, 2017
Repo:
Using an extension, try opening the same file multiple times but using different hash fragments:
file.js#L10
,file.js#L20
,file.js#L30
I believe i used the
vscode.open
commandBug
We open a new document in each case instead of switching to an already open copy.
I also notice multiple entries for the same file in the quick open view:
The text was updated successfully, but these errors were encountered: