mirror of https://github.com/pulumi/pulumi.git
27 lines
589 B
JSON
27 lines
589 B
JSON
{
|
|
"name": "Pulumi",
|
|
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
"args": {
|
|
"USER_NAME": "user",
|
|
"USER_UID": "1000"
|
|
}
|
|
},
|
|
|
|
"containerEnv": {
|
|
"PULUMI_ACCESS_TOKEN": "${localEnv:PULUMI_ACCESS_TOKEN}",
|
|
"PULUMI_TEST_ORG": "${localEnv:PULUMI_TEST_ORG}"
|
|
},
|
|
|
|
"remoteUser": "user",
|
|
|
|
"extensions": ["golang.go", "ms-dotnettools.csharp", "ms-python.python", "formulahendry.dotnet-test-explorer"],
|
|
|
|
"postCreateCommand": "make ensure",
|
|
|
|
"settings": {
|
|
"extensions.ignoreRecommendations": true
|
|
}
|
|
}
|