无法在VSC2017版本15.2(26430.6)中找到扩展名 [英] Unable to find extensions in VSC2017 Version 15.2 (26430.6)

查看:58
本文介绍了无法在VSC2017版本15.2(26430.6)中找到扩展名的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我搜索扩展程序时,使用"工具>扩展和更新......"我空了。同样,如果我尝试使用快速启动,例如"ext install ansible"或"ext install ansible-autocomplete"我再次空白。我
能够看到并下载/安装其他扩展程序。我缺少什么?



https://marketplace.visualstudio.com/items?itemName=haaaad .ansible


https://marketplace.visualstudio.com/items?itemName=timonwong.ansible-autocomplete

解决方案

嗨aenagy,


感谢您在这里发帖。


当我搜索扩展名时,使用"工具>扩展和更新......"我上来
空了。同样,如果我尝试使用快速启动,例如"ext install ansible"或"ext install ansible-autocomplete"我再次空白。我能够看到并下载/安装其他扩展。我缺少什么?


你的意思是你可以看到和下载/安装除"&span class ="x_x_x_x_ux-item-name"> ansible-之外的其他扩展名自动完成"和" language-Ansible "?


如果是,请确保您已下载最新版本1.12 .2 。


由于此论坛是关于VS IDE的,因为您的问题与VS代码更相关,您可以在
上提交此问题GitHub
SO



When I search for an extension, using "Tools > Extensions and Updates ..." I come up empty. Likewise, if I try using Quick Launch, e.g. "ext install ansible" or "ext install ansible-autocomplete" again I come up blank. I am able to see and download/install other extensions. What am I missing?

https://marketplace.visualstudio.com/items?itemName=haaaad.ansible

https://marketplace.visualstudio.com/items?itemName=timonwong.ansible-autocomplete

解决方案

Hi aenagy,

Thanks for posting here.

When I search for an extension, using "Tools > Extensions and Updates ..." I come up empty. Likewise, if I try using Quick Launch, e.g. "ext install ansible" or "ext install ansible-autocomplete" again I come up blank. I am able to see and download/install other extensions. What am I missing?

Do you mean that you can see and download/install other extensions except "ansible-autocomplete" and "language-Ansible"?

If yes, please make sure that you have download the latest version 1.12.2 Visual Studio Code.(Version 15.2 16430.6 is the version for Visual Studio rather than Visual Studio Code). After install the Visual Studio code, then search "ansible-autocomplete" and "language-Ansible" in the Extensions:

If the issue still persist, you may behind Proxy, please try to set below lines to settings.json file(File->Preferences->Settings):

{
  "http.proxy": "http://localhost:8888",
  "https.proxy": "http://localhost:8888",
  "http.proxyStrictSSL": false
}

                         

For more detail info, you can refer to the Proxy support for extension gallery.

Since this forum is about VS IDE, as you question is more related to VS code, you can submit this question on GitHub or SO.


这篇关于无法在VSC2017版本15.2(26430.6)中找到扩展名的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆