My program was working before updating Visual Studio Code. After updating, Why am I get this error?
Could not read source map for file:///c:/Users/s.ayta
Try to add this property to the .vscode\launch.json file:
.vscode\launch.json
"resolveSourceMapLocations": [ "${workspaceFolder}/**", "!**/node_modules/**" ]
According to this issue, this should be configured as default in the next versions.