fix: close marketplace client review findings
This commit is contained in:
@@ -227,6 +227,7 @@ export class PiManagedExtensionHost {
|
||||
.map((entry) => [entry.id.trim(), {
|
||||
id: entry.id.trim(),
|
||||
entryPath: entry.entryPath.trim().replaceAll('\\', '/'),
|
||||
...(entry.packageRoot?.trim() ? { packageRoot: path.resolve(entry.packageRoot) } : {}),
|
||||
}]),
|
||||
).values()];
|
||||
const tools = role === 'child'
|
||||
|
||||
Reference in New Issue
Block a user