You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: