project-generator / project_generator

Project generators for various embedded tools (IDE). IAR, uVision, Makefile, CoIDE, Eclipse and many more in the roadmap!
Apache License 2.0
272 stars 95 forks source link

how to generator .vscode folder and the config json files #481

Closed xuanxs closed 2 years ago

xuanxs commented 3 years ago

hello,dev when generator the project,is that possible generate configuration file(such as launch.json,c_cpp_properties.json ..etc) in .vscode folder by the way. if it can‘t,will provide it in the next few versions?

PS: after generate the gcc makefile,how to generate the linker file QQ截图20210121194856

0xc0170 commented 3 years ago

when generator the project,is that possible generate configuration file(such as launch.json,c_cpp_properties.json ..etc) in .vscode folder by the way. if it can‘t,will provide it in the next few versions?

What are these files ? I am not yet familiar with what vscode generates.

PS: after generate the gcc makefile,how to generate the linker file

The error with [] seems like a bug - empty target in the makefile - the error is in yaml files - looks like something is missing. How can I reproduce the error?