如何使用vscode来加速RT-Thread开发 | How to use vscode to accelerate RT Thread development. #8046
BernardXiong
started this conversation in
Ideas
Replies: 3 comments 1 reply
-
建议支持直接scons --target=vscode 这种方式来生成用于RT-Thread Studio 插件的工程,并且能把toolchain什么的直接填好,方便用户直接编译调试,这样能解决目前RT-Thread Studio只支持windows操作系统这个限制。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
可以考虑引入一些辅助性工具类型的,例如类似env的存在。这样可以和python脚本结合起来,同时不需要和scons结合起来的方式,来提供一定的功能,例如:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
⟹ 可以是一类软件包:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
目前大家基本上都会使用VSCode,当然也包括把VSCode用于RT-Thread的开发。所以这里也列了一些,如何来使用VSCode加速RT-Thread的开发,这里想到了几点:
Beta Was this translation helpful? Give feedback.
All reactions