Remove sourceMappingURL from workbench.main
MR: Draft: switch to sourcemaps based off CI or rel... (gitlab-web-ide-vscode-fork!8 - closed)
Description
For some reason the workbench.main.js which comes from the gitlab-web-ide-vscode-fork contains references to source maps that aren't controlled by us.
Screenshots
- With default "
blob.core" sourceMappingURL, doesn't show typescript source:
- With relative source maps (e.g.
//# sourceMappingURL=./workbench.web.main.js.map), showing local typescript source file mappings:
Edited by Chad Woolley


