I have extensions that are defined in my devcontainer.json but if I rebuild the container they are not installing. I even tried making an entirely new project from the default generated code and same issue. I have some of the extensions installed locally and they have this alert on them "...
redhat.java 2024-03-07 10:58:18.221 [error] Error while installing the extension visualstudioexptteam.vscodeintellicode Unable to write file '/home/vscode/.vscode-server/extensionsCache/.dead7f01-91ae-4042-be8a-2ff175b6700b' (Error: aborted) 2024-03-07 10:58:18.233 [info] Rollback: Unin...
Installing collected packages: webencodings, wcwidth, texttable, tensorboard-plugin-wit, stdlib-list, Send2Trash, pytz, pyasn1, pure-eval, ptyprocess, pickleshare, mistune, ipython-genutils, fastjsonschema, executing, backcall, zipp, wheel, Werkzeug, urllib3, typing_extensions, traitlets, tqdm, tor...
Given Dockerfiles and Docker Compose files can be used without VS Code or the devcontainer CLI, you may want to let users know that they should not try to build the image directly. You may learn more in the advanced dev container documentation....
[selenium-hub stage-0 3/3] RUN chmod -R 0755 /tmp/jb-devcontainer-features/ghcr.io-devcontainers-features-java-1 && cd /tmp/jb-devcontainer-features/ghcr.io-devcontainers-features-java-1 && chmod +x ./devcontainer-feature-setup.sh && ./devcontainer-feature-setup.sh: 0.192 Installing ...
Dev Containers: Installing Extensions not possible - immediately marked as uninstalled and then deletedmicrosoft/vscode-remote-release#9660 Closed sandy081added theinfo-neededIssue requires more information from posterlabelApr 3, 2024 sandy081addedbugIssue identified by VS Code Team member as probable bug...
VSCode Version: 1.74.3 (user setup) Local OS Version: Windows_NT x64 10.0.19044 Remote OS Version: Ubuntu 20.04.5 LTS Remote Extension/Connection Type: Containers Logs: 2023-01-20 06:46:56.196 [error] Error: Failed Installing Extensions:...
(Note due to another issue, plugin verification must be disabled, see Dev Containers won't install VSCode extensions for linux/amd64 containers on Apple M1 vscode-remote-release#8169) Open the test_app.cpp and press the debug/play button Error is displayed and debug session is not started....
extensions' '--enable-optimizations' '--enable-option-checking=fatal' '--enable-shared' '--with-lto' '--with-system-expat' '--with-ensurepip' 'build_alias=x86_64-linux-gnu'" CONFINCLUDEDIR = "/usr/local/include" CONFINCLUDEPY = "/usr/local/include/python3.10" COREPYTHONPATH = "" ...
{ "version": "latest", "helm": "latest", "minikube": "none" }, }, "mounts": [ ], "customizations": { "vscode": { "settings": { "remote.autoForwardPorts": false }, "extensions": [ "ms-kubernetes-tools.vscode-kubernetes-tools", "ms-vscode.makefile-tools" ] } }, // Use ...