add ability for menus to contain images (needed to handle EMInds top menu "hack")

This commit is contained in:
2026-03-06 22:09:02 -07:00
parent 89f70a3aa5
commit 406de6985e
4 changed files with 77 additions and 31 deletions
+10
View File
@@ -29,5 +29,15 @@
"AMSTERDAM_CONFIG": "${workspaceFolder}/test2.yaml"
}
},
{
"name": "EMinds Reborn",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"env": {
"AMSTERDAM_CONFIG": "/u01/home/amy/Erbosoft/emreborn/amsterdam.yaml"
}
},
]
}