<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid creating duplicates. --> <!-- 🧪 Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- 💡 Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- 🔧 Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: n/a <!-- 🪓 If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- 📣 Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.1 - OS Version: NixOS Unstable Steps to Reproduce: 1. Run openvscode-server 2. Install an extension 3. See Logs about Extension verification failed 4. Extension is never activated, Runtime Status always shows 'not yet activated' ``` [14:48:41] Could not load vsce-sign module Cannot find module '@vscode/vsce-sign' Require stack: - /nix/store/0588dnrh09i97vz6n6b903dx2kl09r2a-openvscode-server-1.87.1/out/server-main.js [14:48:41] Extension signature verification is not done: mkhl.direnv [14:48:41] Extracted extension to file:///home/ghthor/.openvscode-server/extensions/mkhl.direnv-0.17.0-universal: mkhl.direnv ``` I realize this could be a result of the nixpkgs build and not an upstream thing, but posting here just in case.