NeuralAmpModelerPlugin

Plugin for Neural Amp Modeler
Log | Files | Refs | Submodules | README | LICENSE

devcontainer.json (344B)


      1 {
      2     "name": "iPlug2WAM",
      3     "build": {
      4         "dockerfile": "Dockerfile"
      5     },
      6     "extensions": [
      7         "ms-vscode.cpptools",
      8         "cschlosser.doxdocgen",
      9         "hellbent.vscode-faust"
     10     ],
     11     "postCreateCommand": "./setup_container.sh",
     12     "portsAttributes": {
     13 		"8001": {
     14 			"label": "emrun",
     15 			"protocol": "https"
     16 		}
     17 	}
     18 }