mirror of
https://github.com/f-bader/TokenTacticsV2
synced 2026-06-08 14:09:31 +00:00
26 lines
613 B
JSON
26 lines
613 B
JSON
{
|
|
"name": "PowerShell",
|
|
"image": "mcr.microsoft.com/powershell:latest",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/common-utils:2": {
|
|
"installZsh": "true",
|
|
"username": "vscode",
|
|
"upgradePackages": "false",
|
|
"nonFreePackages": "true"
|
|
},
|
|
"ghcr.io/natescherer/devcontainers-custom-features/powershell-resources:1": {
|
|
"resources": "Pester,PSScriptAnalyzer"
|
|
}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {
|
|
"terminal.integrated.defaultProfile.linux": "pwsh"
|
|
},
|
|
"extensions": [
|
|
"ms-vscode.powershell"
|
|
]
|
|
}
|
|
}
|
|
}
|