We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
假设我的文件目录:
. ├── rtthread-nano // 这是操作系统的源码 │ └── rt-thread └── test // 这是应用层代码,这些代码依赖rtthread-nano
test的目录中已经有.git或.root了,所以根据规则,test的目录就已经是顶层目录了。
所以我的疑问是,如何在test这个目录中编码时让他自动关联rtthread-nano这里的源码?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
假设我的文件目录:
test的目录中已经有.git或.root了,所以根据规则,test的目录就已经是顶层目录了。
所以我的疑问是,如何在test这个目录中编码时让他自动关联rtthread-nano这里的源码?
The text was updated successfully, but these errors were encountered: