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
fix: Use default javascript.options.strict=false (#1357)
The `javascript.options.strict` option results in lots of log spam,
which not only makes debugging harder, but also slows down Firefox.
The `javascript.options.showInConsole` option was removed too because
true is already the default value.
Fixes#1355
0 commit comments