Search found 3 matches

by anthropophagus
Tue Jun 08, 2021 8:01 am
Forum: IDEs for ESP-IDF
Topic: VSC does not open SDK Configuration editor
Replies: 1
Views: 3692

VSC does not open SDK Configuration editor

Hello, I am running VSC 1.56.2 and ESP-IDF extension v1.0.3 on my Linux mint machine. I hadn`t done anything with ESP for a while but now when I am trying to run the graphical SDK Configuration editor it just stucks on "ESP-IDF: Menuconfig: Loading initial values..." and never opens it. Am I the onl...
by anthropophagus
Wed Apr 07, 2021 8:15 am
Forum: IDEs for ESP-IDF
Topic: Visual Studio Code c_cpp_properties content to satisfy IntelliSense and to stop annoy people
Replies: 1
Views: 8452

Visual Studio Code c_cpp_properties content to satisfy IntelliSense and to stop annoy people

Hello, After hours of googling and testing various c_cpp_properties settings, my current version looks like this: { "configurations": [ { "name": "Linux", "cStandard": "c11", "cppStandard": "c++17", "includePath": [ "${config:idf.espIdfPath}/components/**", "${workspaceFolder}/**" ], "browse": { "pa...
by anthropophagus
Fri Apr 02, 2021 6:50 pm
Forum: IDEs for ESP-IDF
Topic: Visual Studio Code path distortion when flash command is sent to bash
Replies: 1
Views: 3184

Visual Studio Code path distortion when flash command is sent to bash

Hello, I am new to C/C++ development in VSC on Windows and I have encountered with to issues so far regarding to flashing my ESP32. First: > Executing task: C:\Users\MyName\.espressif\python_env\idf4.2_py3.7_env\Scripts\python.exe C:\Users\MyName\esp\esp-idf\components\esptool_py\esptool\esptool.py ...