Open
Description
In the windows x86_64 version of 0.6.15, in settings, CLI lists not installed
What did you expect to happen instead?
being that
C:\Users\barack.obama>dir %APPDATA%\sh.loft.devpod\bin
Volume in drive C has no label.
Volume Serial Number is 7A7E-9191
Directory of C:\Users\barack.obama\AppData\Roaming\sh.loft.devpod\bin
05/22/2025 03:02 PM <DIR> .
05/22/2025 03:11 PM <DIR> ..
05/22/2025 03:08 PM 75 devpod
05/22/2025 03:08 PM 53 devpod.cmd
I would guess that is an error.
How can we reproduce the bug? (as minimally and precisely as possible)
Install windows x86_64 version 0.6.15
Local Environment:
- DevPod Version: 0.6.15
- Operating System: windows
- ARCH of the OS: AMD64
DevPod Provider:
- Cloud Provider: azure
- Kubernetes Provider: v1.31.4
- Local/remote provider: docker
Anything else we need to know?
I would guess that this is happening because you are scanning %APP_DATA%
, and in windows it's %APPDATA%