actions / toolkit

The GitHub ToolKit for developing GitHub Actions.
https://github.com/features/actions
MIT License
5.02k stars 1.45k forks source link

Create devcontainer.json #1663

Open JefriReynaldi opened 9 months ago

JefriReynaldi commented 9 months ago

{ "Modules": {

"DemoModulePython": {
  "Name": "My module name",
  "Version": "2.0.0",

  "PublishingInfo" : {
     ...
  },

  "LaunchSettings": {
     ...
  },

  "EnvironmentVariables": {
     ...
  },

  "GpuOptions" : {
     ...
  },

  "InstallOptions" : {
     ...
  },

  "UIElements" : {
     ...
  },

  "RouteMaps": [
  {
     ...
  }]
}

} }