Work around for VSC Bug - Fix Path Mappings to lowercase the drive letter
See original GitHub issueWhen using path mappings on windows, ensure the drive letter is lower cased.
I.e. when user uses the following setup, ${workspaceFolder}
gets translated to a path with an upper case drive letter.
"pathMappings": [
{
"localRoot": "${workspaceFolder}/modules/rfidreader/",
"remoteRoot": "/app/"
}
],
This is a work around for a VSC bug
Issue Analytics
- State:
- Created 4 years ago
- Comments:6
Top Results From Across the Web
How do I disable or avoid webpack warnings about differently ...
What I did to fix it is was add a bash command to my webpack npm scripts to uppercase the drive letter before...
Read more >felixfbecker/vscode-php-debug - Gitter
I have "mysite.eric" mapped to bring up the site. That works when I type it in the Chrome. How do I get breakpoints...
Read more >User and Workspace Settings - Visual Studio Code
json file with the Preferences: Open Settings (JSON) command and you should see the error highlighted with red squiggles. How can I reset...
Read more >Fixing two small bugs in Visual Studio Code | Worth Doing Badly
VSCode is my favorite editor, and I wanted to contribute back to this ... paths, so my fix must explicitly uppercase the drive...
Read more >X-Ways Forensics & WinHex Manual
A only if contained in path X plus files of type B if not deleted plus files ... WinHex traverses all cluster chains...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Suggestion
src\client\debugger\extension\hooks\childProcessAttachService.ts
->fixPathMappings()
. Use similar logic to resolve localRootvalidated