Giter Site home page Giter Site logo

Comments (10)

github0null avatar github0null commented on May 20, 2024

.vscode 目录和打开的 .uvprojx 文件处于同一目录,不能随便更改位置

from keil-assistant.

Ekkone avatar Ekkone commented on May 20, 2024

谢谢回答,我是觉得用VScode一般就直接打开整个工程的目录而不是MDK-ARM,所以自己的.vscode就不在那一层,希望如果可以的话可以增加这样的功能。
不过目前使用也很不错,感谢开发出这么方便的插件,加油,会持续关注您的。

from keil-assistant.

github0null avatar github0null commented on May 20, 2024

keil 是根据 .uvprojx 来定位项目位置的,.uvprojx 所处的目录并不是项目根目录
而 vscode 是根据 .code-workspace 来确定项目位置的,.code-workspace 所处的目录就是项目根目录

因此两个并不能很好的融合,不过我也提供了项目视图,帮助打开,编辑源文件

from keil-assistant.

github0null avatar github0null commented on May 20, 2024

可以通过修改 .code-workspace 的 path 字段来达到你要的结果
这样就能打开根目录

from keil-assistant.

Ekkone avatar Ekkone commented on May 20, 2024

谢谢,我试试看

from keil-assistant.

Ekkone avatar Ekkone commented on May 20, 2024

用工作区的方式的确可以达到我想要的效果,谢谢!
请问编译、下载、重新编译这几个选项可以制作个命令然后用快捷键的方式实现不,这样会比较方便些

from keil-assistant.

Ekkone avatar Ekkone commented on May 20, 2024

image
我使用task.json复制了编译时的命令好像也不行,请教这个用task.json的话应该怎么写呢?

from keil-assistant.

github0null avatar github0null commented on May 20, 2024

快捷键会加上的,你复制到 task 里的命令没什么问题,只是 Keil 编译的输出只能输出到文件,因此你需要把那个文件的内容显示出来

from keil-assistant.

Ekkone avatar Ekkone commented on May 20, 2024

好的,所以其实已经编译了,只是没有把输出打印出来对吧,需要加一个打印日志的命令就好了

from keil-assistant.

github0null avatar github0null commented on May 20, 2024

是的

from keil-assistant.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.