eide icon indicating copy to clipboard operation
eide copied to clipboard

[bug] 创建新工程时会把 启动文件.s 内容清除

Open Atul-8 opened this issue 7 months ago • 2 comments

What are you doing? 我在使用stm32cubeMX 生成了一个makefile 工程(e.g. hello_world). 然后通过vscode 打开文件, 用eide在同级目录下创建一个同名字的项目(e.g. hello_world).. 以实现同命名文件自动跳转到同一级文件夹;(以stm32f411为例)

Describe the bug 这个使用. 该文件夹下的startup_stm32f411xe.s 里面的内容就会被强制覆盖内容成 " -E startup_stm32f411xe.S " 从而导致编译bug.

Expected behavior 不产生干涉

Screenshots null

Desktop (please complete the following information):

  • OS: Windows 10 && Windows 11
  • EIDE Version [laster]
  • VSCode Version [laster]

Additional context some logs, like: <user_home>/.eide/cl.eide.log

Atul-8 avatar Apr 18 '25 01:04 Atul-8

创建项目时选择空项目。不要选模板。

github0null avatar Apr 18 '25 01:04 github0null

创建项目时选择空项目。不要选模板。

我就是选择的空项目

Atul-8 avatar Apr 18 '25 03:04 Atul-8

空项目不会产生任何文件,这个插件并没有修改相关源文件的功能。

github0null avatar Jun 28 '25 08:06 github0null