Installing VS Code extension

1,405 views
Skip to first unread message

Adhitha Dias

unread,
Apr 23, 2021, 7:01:20 PM4/23/21
to Intel SPMD Program Compiler Users
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.

Dmitry Babokin

unread,
Apr 23, 2021, 7:16:39 PM4/23/21
to ispc-...@googlegroups.com
Could you please open an issue on github issue tracker?


Dmitry.

--
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 ispc-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ispc-users/0d5fc2d4-6192-4bc3-8267-0e970b4d6b62n%40googlegroups.com.

Adhitha Dias

unread,
Apr 23, 2021, 11:04:46 PM4/23/21
to ispc-...@googlegroups.com
Opened an issue in GitHub: https://github.com/ispc/ispc/issues/2067

Thank you.
Best,
Adhitha Dias



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 ispc-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ispc-users/CACRFwuh5GpdB0qX4LDsWBn-LxbHJcD%2B%3DmLbyv%3Decsvob0Win4Q%40mail.gmail.com.

Pete Brubaker

unread,
Apr 24, 2021, 5:08:14 PM4/24/21
to ispc-...@googlegroups.com
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 <adhith...@gmail.com> wrote:



Pete Brubaker

unread,
Apr 24, 2021, 5:53:15 PM4/24/21
to ispc-...@googlegroups.com
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/

Pete Brubaker

unread,
Apr 24, 2021, 6:02:54 PM4/24/21
to ispc-...@googlegroups.com
Perhaps you're logged on with a user that doesn't have access to that folder?

Nikolas Pattakos

unread,
Apr 27, 2021, 5:03:04 AM4/27/21
to ispc-...@googlegroups.com
Hi *,

I also tried to install the VSC spmd package and I got a similar issue. I replied on the github ticket. It seems like a permission but I do have access to the dir it is using. Please let me know if you would like me to try sth else.

Regards,
Nikolas

On Sun, Apr 25, 2021, at 12:02 AM, Pete Brubaker wrote:
> Perhaps you're logged on with a user that doesn't have access to that folder?
>
> On Sat, Apr 24, 2021 at 2:53 PM Pete Brubaker <pbru...@gmail.com> wrote:
> > 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 <pbru...@gmail.com> 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 <adhith...@gmail.com> 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 <bab...@gmail.com> 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 <adhith...@gmail.com> 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 ispc-users+...@googlegroups.com.
> >>>>> 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 ispc-users+...@googlegroups.com.
> >>>> 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 ispc-users+...@googlegroups.com.
> >>> 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 ispc-users+...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ispc-users/CAH0mFKDZy7_PvfqSja_4%2BnTNoaCje6iAui2X0N6CTf8ZpiCVRw%40mail.gmail.com <https://groups.google.com/d/msgid/ispc-users/CAH0mFKDZy7_PvfqSja_4%2BnTNoaCje6iAui2X0N6CTf8ZpiCVRw%40mail.gmail.com?utm_medium=email&utm_source=footer>.


--
--------------------------------------------------------------------------------
Nikolas Pattakos < nsp >
--------------------
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
--------------------------------------------------------------------------------

Pete Brubaker

unread,
Apr 30, 2021, 2:18:46 AM4/30/21
to ispc-...@googlegroups.com
Interesting that it's also happening on Windows, thanks for the additional info, I'll have a look!

Cheers,

Pete

Reply all
Reply to author
Forward
0 new messages