Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix electron frontend debug configuration
For some reason TS files are loaded as `webpack://@theia/example-electron/*` in Electron's Chrome DevTools, and it confused VS Code's JS debugger. Add a `sourceMapPathOverride` to point the debugger to the right place on disk.
- Loading branch information