Archived
1
0

plugin.test.ts: Make it clear iconPath is a path

This commit is contained in:
Anmol Sethi
2020-10-30 03:39:14 -04:00
parent 30d2962e21
commit ef971009d9
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ export function applications(): pluginapi.Application[] {
{
name: "goland",
version: "4.0.0",
iconPath: "icon.svg",
iconPath: "/icon.svg",
},
]
}