code-server/scripts
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
..
build.ts Update VS Code to 1.41.0 2019-12-16 16:52:29 -06:00
cacher.sh Use custom Yarn cache directory 2020-01-16 15:39:44 -06:00
ci.bash Automatically push releases to GCS (#1318) 2020-02-04 11:32:45 -06:00
ci.dockerfile Remove unused Docker step from CI script 2020-01-15 13:22:42 -06:00
optimize.js Fix webview html being excluded 2019-10-22 16:09:27 -05:00
package.json Replace jq with some JavaScript 2019-07-18 18:08:31 -05:00
product.json Update to 1.39.2 2019-10-18 18:20:02 -05:00
test.sh Fix version test 2020-01-16 18:09:19 -06:00
tsconfig.json Update to 1.39.2 2019-10-18 18:20:02 -05:00
vscode.patch Fix duplicate files opening with folder parameter 2020-02-12 16:57:44 -06:00