eide
eide copied to clipboard
[bug] 创建新工程时会把 启动文件.s 内容清除
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
创建项目时选择空项目。不要选模板。
创建项目时选择空项目。不要选模板。
我就是选择的空项目
空项目不会产生任何文件,这个插件并没有修改相关源文件的功能。