Commit 3668184
committed
stringUtils.ts: remove call to .replace() method for paths
There is no need anymore to replace backslashes with forward slashes
for paths on Windows, as the Python extension's
`toCommandArgumentForPythonExt` function already handles this correctly.
Signed-off-by: Francesco Giancane <me@fgiancane8.dev>1 parent a3d46e4 commit 3668184
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
62 | 65 | | |
0 commit comments