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
VSCode made a breaking update, where the require function is no longer available.
To fix, fs must be switched to Blob. This means that the file will not be automatically saved, and will instead prompt the user to save the file - similarly to how iTrace-Chrome does.
The text was updated successfully, but these errors were encountered:
VSCode made a breaking update, where the
require
function is no longer available.To fix,
fs
must be switched toBlob
. This means that the file will not be automatically saved, and will instead prompt the user to save the file - similarly to how iTrace-Chrome does.The text was updated successfully, but these errors were encountered: