mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 06:51:53 +01:00
tweak all those copies of uriFromPath, #56691
This commit is contained in:
@@ -30,7 +30,7 @@ function uriFromPath(_path) {
|
||||
pathName = '/' + pathName;
|
||||
}
|
||||
|
||||
return encodeURI('file://' + pathName);
|
||||
return encodeURI('file://' + pathName).replace(/#/g, '%23');
|
||||
}
|
||||
|
||||
function readFile(file) {
|
||||
|
||||
Reference in New Issue
Block a user