-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev Containers: Installing Extensions not possible - immediately marked as uninstalled and then deleted #9660
Comments
I have the same issue. Over the past couple of weeks, it has been intermittent but is now a consistent problem. The issue seems to stem from the signature verification for certain extensions. I've noticed it for various extensions in the As a temporary workaround, you can try disabling extension signature verification by adding the following setting to your {
"extensions.verifySignature": false
} Below is an example
|
Related: microsoft/vscode#207813 |
@leostewart thanks for the reply, trying but cannot figure out, how this is supposed to be used. should It does not work for me and also the schema does not contain anything about it. As a result I am getting:
|
As a workaround I found that commenting / removing some of the extesions in the "customizations": {
"vscode": {
"settings": {},
"extensions": [
// "bierner.markdown-mermaid",
// "bpruitt-goddard.mermaid-markdown-syntax-highlighting",
"davidanson.vscode-markdownlint",
"eamodio.gitlens",
"esbenp.prettier-vscode",
"executablebookproject.myst-highlight",
"github.vscode-github-actions",
"github.vscode-pull-request-github",
"mhutchie.git-graph",
"ms-azuretools.vscode-docker",
"ms-python.black-formatter",
"ms-python.flake8",
"ms-python.gather",
"ms-python.isort",
"ms-python.pylint",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-toolsai.jupyter",
"ms-vscode.live-server",
// "takumii.markdowntable",
"visualstudioexptteam.vscodeintellicode",
"yzhang.markdown-all-in-one"
]
}
}
|
@pascal456 it's a setting so should be in "settings": {
"extensions.verifySignature": false
} |
wow, works. Thank you! anyways, this is weird, especially because there is not real pattern of a functioning set of extensions (activating / deactivating). |
Interesting! I am running into the same issue. But I opened an issue in the VScode repo - microsoft/vscode#208043. Just found this. Not sure if I need to close my issue in the other repo. |
I am disappointed to report that the above workaround did not work for me. I tried it two ways:
And in the workspace file, where I have |
/duplicate Please continue discussion in the above issue. |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines. Happy Coding! |
I found the following related issues, but they were marked as done and closed. Further the solution was explained as a fix in vs code and @sandy081 asked to install the insider build. I guess this solution is not applicable here, since the issues are quite old. Has this problem reoccurred?
Version Information:
Environment configuration for reproducing:
devcontainer.json
Dockerfile
postcreate.sh
Does this issue occur when you try this locally?: only applicable to dev container configurations
Does this issue occur when you try this locally and all extensions are disabled?: when rebuilding a dev container, so none are installed when setting it up
The text was updated successfully, but these errors were encountered: