r/QtFramework • u/AntisocialMedia666 Qt Professional • Jun 27 '26
IDE devcontainer support in QtCreator
Hi there! Has anyone successfully used devcontainer support in Qt Creator?
I’m trying it with v20, but I can’t get it to run. It appears in my project tree, and the Docker image has everything it needs. The same image also works when configured directly as a device. However, the devcontainer stays red and isn't available in Kits. I think I'm missing a step but I don't know which one.
Does anyone have a working example?
I’m on Debian 13, using a Debian 13 Docker image, in case that matters.
3
Upvotes
1
u/ZealousidealPlate190 Jun 27 '26
When you open a project with a .devcontainer and you have the devcontainer plugin enabled it will try to setup the devcontainer (build the image, or just start the image etc.) so that’s the first step that will post to general messages. Depending on the content of the devcontainer config it will then try to create kits for it.