When 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