Search found 2 matches

by ALonelyNoah
Tue Dec 06, 2022 3:06 am
Forum: IDEs for ESP-IDF
Topic: How do I install the VSCode ESP-IDF extension offline?
Replies: 0
Views: 2303

How do I install the VSCode ESP-IDF extension offline?

(I am new to esp32 development.)For certain reasons my vscode cannot connect to the Internet. So I tried the extension offline install using '.visx' file. Before this I've already set up the esp-idf tool chain through 'esp-idf-setup-tools-offline.exe'. But when I configured the extension setup step...
by ALonelyNoah
Tue Dec 06, 2022 1:40 am
Forum: ESP-IDF 中文讨论版
Topic: 我该如何在离线环境下安装VSCode的ESP-IDF扩展插件?
Replies: 0
Views: 850

我该如何在离线环境下安装VSCode的ESP-IDF扩展插件?

出于一些原因,我的工作电脑无法连接互联网,所以需要在离线环境下安装ESP-IDF的开发环境,我使用了esp-idf-tools-setup-offline安装包配置了ESP-IDF工具链,已经可以正常在cmd和powershell上进行程序编译烧录的流程。 但是在VSCode中,安装extension时我使用的是visx离线包,在初始化配置插件的时候,可以识别到我本地已安装的esp工具链,但是仍然需要连接网络配置python环境下载资源包。于是我将另外一台有网络并且已安装完毕的电脑上的一些资源包拷贝过来,可以识别到资源需求满足但仍然显示部分配置缺失,类似如下: Requirement alre...