Skip to content

Commit ef13e45

Browse files
committed
stringUtils.ts: restore replace call when normalizing string
1 parent 3668184 commit ef13e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/common/stringUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ export function fileToCommandArgumentForPythonExt(source: string): string {
6161

6262
let result = toCommandArgumentForPythonExt(source);
6363

64-
return result;
64+
return result.replace(/\\/g, '/');
6565
}

0 commit comments

Comments
 (0)