microsoft / vscode-dev-containers

NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
https://aka.ms/vscode-remote
MIT License
4.7k stars 1.41k forks source link

Adding a dev container from configuration files is stuck #1727

Closed jmeisele closed 1 year ago

jmeisele commented 1 year ago

VSCode Version: 1.76.0

Local OS Version: Ubuntu 22.04.2 LTS 64-bit

Logs: No logs or notification appear

Steps to Reproduce:

Open any new project without a devcontainer Click on "Open a remote window" button Click on : Add dev container configuration files Click on ; From predefined container configuration definition Select : NodeJS + TypeScript Select node version is stuck and does not go to the next step

image

jmeisele commented 1 year ago

Same above holds true for macOS, and AWS Workspace Linux 2 OS. Tried downgrading devcontainer extension version and vscode version to previous versions and issue persists.

ryanborMSFT commented 1 year ago

Rolling back to 0.255.4 is a workaround at the moment: https://github.com/microsoft/vscode-remote-release/issues/8230

rackerWard commented 1 year ago

Mine is getting stuck at the container configuration template selection. It gets stuck and stops responding if the "Azure Functions & C# - .NET 6 (In-Process)" template is selected. Local OS: Windows VSCode: 1.76.1 Dev Containers: v0.282.0 Docker: 4.17.0 (99724)

I updated Docker today to the latest release. I have not rebooted. The first time I tried to create a container configuration VSCode gave me an error message that I don't have. It does not prompt me the error message anymore. image

I am able to create a dev container selecting this template.

Another template is the "C# (.NET)" template. This template gets stuck when selecting the .NET version. image

After attempting a few other templates it seems I am unable to execute the "add dev container configuration files"

bamurtaugh commented 1 year ago

Thanks all for opening and sharing your feedback! As this repo is no longer being maintained, we can use https://github.com/microsoft/vscode-remote-release/issues/8230 to track.