New to codespaces, never used docker. Several resources indicate getting powershell working is as simple as adding the following to the repo's devcontainer/devcontainer.json
features : {
"ghcr.io/devcontainers/features/powershell:1": {}
}
I've done this, and rebuilt my container. I've stopped and started it again. I've deleted it and built a new one. Unless I'm googling wrong, there's sparse resources online about this except the same AI-generated 'it just works' stuff.
E: This is related to the Powershell module, obviously. Thought it was it's own separate repo. Once I get this sorted, would like to update the Readme.md or the Notes.md for anyone else who might experience - if someone could advise which
]
New to codespaces, never used docker. Several resources indicate getting powershell working is as simple as adding the following to the repo's devcontainer/devcontainer.json
features : {
"ghcr.io/devcontainers/features/powershell:1": {}
}
I've done this, and rebuilt my container. I've stopped and started it again. I've deleted it and built a new one. Unless I'm googling wrong, there's sparse resources online about this except the same AI-generated 'it just works' stuff.
E: This is related to the Powershell module, obviously. Thought it was it's own separate repo. Once I get this sorted, would like to update the Readme.md or the Notes.md for anyone else who might experience - if someone could advise which
]