VSC now loads source maps in extensions.
We need to rename the source maps files, else they get loaded by VSC automatically.
Solution - rename source maps to some other file name, when enabling rename back to *.js.map.
Not doing this results in extension taking over a full second to load the extension.