Sandeep Somavarapu

Results 148 comments of Sandeep Somavarapu

/duplicate https://github.com/microsoft/vscode/issues/174632 As a workaround please set `"extensions.verifySignature": false` setting under `customizations.vscode.settings` in devcontainer.json

Both issues share the same root cause that signing is too slow. Hence marked it as duplicate. To understand more about the difference, can you please share the logs with...

Reopening this issue to understand why it was working before and not with new versions. Can any one please share the devcontainer.json and Docker files to reproduce the issue?

@UTGuy Thanks for the logs. The only difference I see is that before vsce-sign is failing immediately with following error `2024-04-10 15:48:00.273 [warning] Extension signature verification failed with error 'ENOENT':...

Can you please share following log while you can reproduce the issue - F1 > Open View... > Server

I suspect there are network connection issues on the dev container - I do not see any installing log statement after this ``` 2024-04-25 11:15:23.910 [info] Getting Manifest... eamodio.gitlens ```...

@hanikesn I suspect this is related to signing verification. Please set following setting in your `devcontainer.json` file under `customizations.vscode.settings`and rebuild the container `"extensions.verifySignature": false`

@hanikesn It seems the extensions are asked to install multiple times. Can you please let us know how you are installing the extensions?

Can you please enable the log level to `trace` and share the complete server log.