Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
Asher d574012871
Fix duplicate files opening with folder parameter
When using a query parameter without a scheme, the scheme defaults to
`file`. This results in the files in the explorer being technically
different from the file picker files because they are file:// instead of
vscode-remote://, causing the same file to open twice and causing
numerous issues.

Normally the file explorer wouldn't even load at all in this case but we
provide a file service for file:// URLs as a failsafe for certain files
that wouldn't load correctly in the past. These files load fine now
using the vscode-remote scheme, so I'm also removing that service.

Related: #1351.
Fixes #1294.
2020-02-12 16:57:44 -06:00
..
2019-12-16 16:52:29 -06:00
2020-01-16 15:39:44 -06:00
2019-10-22 16:09:27 -05:00
2019-07-18 18:08:31 -05:00
2019-10-18 18:20:02 -05:00
2020-01-16 18:09:19 -06:00
2019-10-18 18:20:02 -05:00