Doing some googling this appears to be a permissions issue. Are you able to install any extensions? Installing the extension is not something an extension author has control over. That's all built into Visual Studio Code. You should probably check the permissions on this folder and make sure your user owns them and that they are readable/writable.
*/home/adhi27/.vscode/extensions/.20531eb8-c8f6-47f3-98aa-a039680dc95c/* On Sat, Apr 24, 2021 at 2:08 PM Pete Brubaker <[email protected]> wrote: > It sure would have been nice to try to resolve this issue for you before > negatively reviewing the extension. > > Pete > > On Apr 23, 2021, at 8:04 PM, Adhitha Dias <[email protected]> wrote: > > > Opened an issue in GitHub: https://github.com/ispc/ispc/issues/2067 > > Thank you. > Best, > Adhitha Dias > > > > On Fri, Apr 23, 2021 at 7:16 PM Dmitry Babokin <[email protected]> wrote: > >> Could you please open an issue on github issue tracker? >> >> https://github.com/ispc/ispc/issues >> >> Dmitry. >> >> On Fri, Apr 23, 2021 at 4:01 PM Adhitha Dias <[email protected]> >> wrote: >> >>> Hi, >>> >>> I am not able to install the ispc extension to VS code. I am getting the >>> below error. >>> >>> *[2021-04-19 21:45:32.215] [renderer1] [error] XHR failed: Error: XHR >>> failed* >>> * at XMLHttpRequest.f.onerror >>> (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:76:24378)* >>> *[2021-04-20 11:52:46.793] [renderer1] [warning] Webgl could not be >>> loaded. Falling back to the canvas renderer type. {}* >>> *[2021-04-23 18:58:10.285] [renderer1] [error] ["EACCES: EACCES: >>> permission denied, open >>> '/home/adhi27/.vscode/extensions/.20531eb8-c8f6-47f3-98aa-a039680dc95c/package.json'"]* >>> *[2021-04-23 18:58:10.332] [renderer1] [error] EACCES: permission >>> denied, open >>> '/home/adhi27/.vscode/extensions/.20531eb8-c8f6-47f3-98aa-a039680dc95c/package.json': >>> EACCES: EACCES: permission denied, open >>> '/home/adhi27/.vscode/extensions/.20531eb8-c8f6-47f3-98aa-a039680dc95c/package.json'* >>> >>> >>> I am using ubuntu 20.04. Any help to install the extension is highly >>> appreciated. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Intel SPMD Program Compiler Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/ispc-users/0d5fc2d4-6192-4bc3-8267-0e970b4d6b62n%40googlegroups.com >>> <https://groups.google.com/d/msgid/ispc-users/0d5fc2d4-6192-4bc3-8267-0e970b4d6b62n%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Intel SPMD Program Compiler Users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/ispc-users/QDDMilkHlg8/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/ispc-users/CACRFwuh5GpdB0qX4LDsWBn-LxbHJcD%2B%3DmLbyv%3Decsvob0Win4Q%40mail.gmail.com >> <https://groups.google.com/d/msgid/ispc-users/CACRFwuh5GpdB0qX4LDsWBn-LxbHJcD%2B%3DmLbyv%3Decsvob0Win4Q%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- > You received this message because you are subscribed to the Google Groups > "Intel SPMD Program Compiler Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ispc-users/CAOjEa%2BrOqvBKQvZ-nS7KtUncjsoBwq%2Bm%3DUEhQR1yV4vg4s8eUA%40mail.gmail.com > <https://groups.google.com/d/msgid/ispc-users/CAOjEa%2BrOqvBKQvZ-nS7KtUncjsoBwq%2Bm%3DUEhQR1yV4vg4s8eUA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > -- You received this message because you are subscribed to the Google Groups "Intel SPMD Program Compiler Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ispc-users/CAH0mFKBfkE9zrYnPvahj9hzn3OAnfwS83%2By8%3Do%2B6QyU%3D9q%3Dc5g%40mail.gmail.com.
