Remove sourceMappingURL from workbench.main

MR: Draft: switch to sourcemaps based off CI or rel... (gitlab-web-ide-vscode-fork!8 - closed)

Description

Screen_Shot_2022-08-14_at_10.53.04_PM

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

  1. With default "blob.core" sourceMappingURL, doesn't show typescript source:

Screen_Shot_2022-08-26_at_3.15.41_PM

  1. With relative source maps (e.g. //# sourceMappingURL=./workbench.web.main.js.map), showing local typescript source file mappings:

Screen_Shot_2022-08-26_at_3.20.26_PM

Edited by Chad Woolley