microsoft / deoptexplorer-vscode

A VS Code extension to visualize deoptimizations in your JavaScript and TypeScript code running in V8 (i.e., NodeJS, Edge, Chrome, etc.).
MIT License
754 stars 9 forks source link

Paths seem to use wrong directory separators #48

Open DanielRosenwasser opened 4 months ago

DanielRosenwasser commented 4 months ago

From a codespace, when I click on the following link from the report:

image

I end up with the editor trying to open an incorrect path:

image

Could this have something to do with a mismatch between the VS Code client versus the host OS?