提交 1ce43ea9 编写于 作者: S Sandeep Somavarapu

Use fsPath if scheme is file

上级 065c9497
......@@ -43,7 +43,7 @@ export class ExtensionsLifecycle extends Disposable {
this.logService.warn(extension.identifier.id, 'Uninstall script should be a node script');
return null;
}
return { uninstallHook: join(extension.location.path, uninstallScript[1]), args: uninstallScript.slice(2) || [] };
return { uninstallHook: join(extension.location.fsPath, uninstallScript[1]), args: uninstallScript.slice(2) || [] };
}
return null;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册