1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2024-12-29 13:38:46 +00:00
code-server-2/src
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
..
browser Update VS Code to 1.42.0 2020-02-12 14:31:34 -06:00
common Fix other incorrect usages of split 2019-10-28 14:03:13 -05:00
media Revert "Set display property in manifest to fullscreen" 2020-02-04 11:30:00 -06:00
node Fix duplicate files opening with folder parameter 2020-02-12 16:57:44 -06:00