locatorjs icon indicating copy to clipboard operation
locatorjs copied to clipboard

bug: Not working in WSL 2

Open shamimbinzahid-repliq opened this issue 3 months ago • 1 comments

Where the bug happens

  • [x] Browser Extension
  • [ ] Library
  • [ ] Other

your browser

Chrome 122.0.6261.129 (64-bit) (cohort: Stable)

Describe the bug

image

When I run my NextJS app and alt clicked on an element, it says Path: "/home/username/... ... " does not exist.

Seems like it can't detect the Linux file system inside of Windows.

shamimbinzahid-repliq avatar Mar 20 '24 04:03 shamimbinzahid-repliq

This custom link setting worked for me: vscode://vscode-remote/wsl+Ubuntu${projectPath}${filePath}:${line}:${column}

AFusco avatar Apr 04 '24 22:04 AFusco