Open shamimbinzahid-repliq opened 8 months ago
Chrome 122.0.6261.129 (64-bit) (cohort: Stable)
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.
This custom link setting worked for me: vscode://vscode-remote/wsl+Ubuntu${projectPath}${filePath}:${line}:${column}
vscode://vscode-remote/wsl+Ubuntu${projectPath}${filePath}:${line}:${column}
Where the bug happens
your browser
Chrome 122.0.6261.129 (64-bit) (cohort: Stable)
Describe the bug
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.