Juan Botero

Results 7 comments of Juan Botero

When i deleted the containers and started again setting up the project, I have no problem with the first devcontainer i choose to run, I mean, after delete and rebuild...

Downgrade the VSCode from version 1.89 (April 2024) to version 1.88 (March 2024) and both devcontainers starts. Also I disabled the automatic updates with this method: https://code.visualstudio.com/docs/supporting/FAQ#_how-do-i-opt-out-of-vs-code-autoupdates

> > I applied that solution, in my case just changed the local volume in the docker command: > > `docker run -it --rm -v ~/.vscode-server:/vscode ubuntu rm -rf /vscode/bin/b58957e67ee1e712cebf466b995adf4c5307b2bd/`...

It seems that devcontainers copy the .vscode-server folder from host to /home/vscode/ folder in the container. When devcontainer fails to start in VSCode IDE the container starts anyway, then I...

Consider openpyxl in your scripts

Keep downgraded version 1.89 (April 2024) and worked fine, now updated to 1.90 and got a Segmentation fault problem when try to open the second container: `2951 ms] Start: Run...

Was about to try that @chrmarti , before, removed again the vscode-server folder from wsl user home and restart vscode. Now it seem that is working fine. Thank you.