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
Add empty signatures when starting the server with --sign. This will not work
with VS Code on Windows and macOS as we do not have the key required, but it
will work for open source versions of VS Code (VSCodium, code-server) and VS
Code on Linux where signatures must exist but are not actually checked.
Changed
Ignore extensions without a manifest. This is not expected in normal use, but
could happen if, for example, a manifest temporarily failed to download, which
would then crash the entire process with a segfault.