mirror of https://github.com/actions/toolkit
Create devcontainer.json
{ "Modules": { "DemoModulePython": { "Name": "My module name", "Version": "2.0.0", "PublishingInfo" : { ... }, "LaunchSettings": { ... }, "EnvironmentVariables": { ... }, "GpuOptions" : { ... }, "InstallOptions" : { ... }, "UIElements" : { ... }, "RouteMaps": [ { ... }] } } }pull/1663/head
parent
415c42d27c
commit
11592bacfc
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
||||
"features": {
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue