Skip to content

Instantly share code, notes, and snippets.

@FH-Inway
Created July 8, 2023 12:11
Show Gist options
  • Select an option

  • Save FH-Inway/fa87b2da2078bb4fb8a64de9ae428905 to your computer and use it in GitHub Desktop.

Select an option

Save FH-Inway/fa87b2da2078bb4fb8a64de9ae428905 to your computer and use it in GitHub Desktop.
Codespaces with PowerShell
{
"image": "mcr.microsoft.com/powershell:latest",
"features": {
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/natescherer/devcontainers-custom-features/powershell-resources": {
"resources": "PSFramework,PoshRSJob"
}
},
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.powershell"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment