您的位置:首页 > 大数据 > 人工智能

vscode : how to fix "XHR Failed" when you open extension panel

2017-10-25 13:11 9033 查看
When trying to install an extension in vscode, you get an error XHR Failed. like
this issue:



please try this solution:

1) open file :

    sudo subl /usr/share/applications/code.desktop 

2) modify the Exec value with red argument and save the change  :
       Exec=/usr/share/code/code --unity-launch --ignore-certificate-errors %F
3) restart vscode via command in terminal window : code
4) click toolbar "Extension" button and check extension again,
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  vscode
相关文章推荐