Skip to content

Commit 20f25ba

Browse files
committed
one more try, microsoft#2658
1 parent 47eaf6e commit 20f25ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/test/node/api/extHostTypes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ suite('ExtHostTypes', function() {
2727
scheme: 'file',
2828
authority: '',
2929
path: '/path/test.file',
30-
fsPath: '/path/test.file'.replace('/', isWindows ? '\\' : '/'),
30+
fsPath: '/path/test.file'.replace(/\//g, isWindows ? '\\' : '/'),
3131
query: '',
3232
fragment: '',
3333
external: 'file:///path/test.file'

0 commit comments

Comments
 (0)