Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Dec 21:26
· 1 commit to main since this release
v2.3.0
f8791bb

Added

  • 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.