mirror of
https://github.com/f-bader/TokenTacticsV2
synced 2026-06-08 14:09:31 +00:00
Create devcontainer.json
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user