espressif / vscode-esp-idf-extension

Visual Studio Code extension for ESP-IDF projects
Apache License 2.0
1.03k stars 299 forks source link

Automatically selected bad target (VSC-1482) #1302

Open igparaul opened 2 weeks ago

igparaul commented 2 weeks ago

OS

Windows

Operating System version

Windows 10

Visual Studio Code version

No response

ESP-IDF version

5.2.1

Python version

3.11

Doctor command output

Nothing

Extension

No response

Description

Hello, this is only a bug report.

If you create a new project with "Ctrl+E N" and selects the target to use (in my case ESP32-S3), after the project is succesfully created, when you try to flash the code into the device, it can be noticed that the code is tried to be flashed on an ESP32 target.

Debug Message

Nothing

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

radurentea commented 1 week ago

Hi @igparaul,

Thank you for the report! I've managed to reproduce the issue.

However, we currently have three ways of creating a new project and we plan to stick to just one method. Will keep this ticket open for now and we will address it when we take a decision.