On Sunday, 7 December 2025 at 22:27:05 UTC, Brother Bill wrote:
Did vanilla install for Window 11 from dlang.org.

Seems fine.
Maybe just check that you also have tasks.json:
```
{
    "version": "2.0.0",
    "tasks": [
        {
            "label": "build",
            "command": "dub",
            "args": [
                "build"
            ]
        }
    ]
}
```

And that CodeLLDB extension is installed in the VSCode.


Reply via email to