NeuralAmpModelerPlugin

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

NeuralAmpModeler.code-workspace (193B)


      1 {
      2 	"folders": [
      3 		{
      4 			"path": "."
      5 		}
      6 	],
      7 	"settings": {
      8 		"git.ignoreLimitWarning": true,
      9 		"doxdocgen.generic.briefTemplate": "{text}",
     10 		"files.associations": {
     11 			"vector": "cpp"
     12 		},
     13 	}
     14 }