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(connection-form): remove dependency on Node.js crypto module (#7632)
We can safely use the webcrypto API exposed through the `crypto`
global in both Node.js and Electron now.
This enables removing a polyfill with a known vulnerability in
the VSCode extension.
0 commit comments