Skip to content
New issue

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

Improve .vscode files #3

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Conversation

rebolloluis
Copy link

I tried the VSCode tasks and had issues running them until I applied these small fixes. extensions.json is just a nice-to-have.

Summary:

  • Fix syntax issues + formatting.
  • Use the default install path for Keil uVision exe (as documented here).
  • Add Arm Keil Studio Pack to recommended extensions (this prompts the user to install it when opening the repo in VScode the first time).

* Fix syntax issues.
* Use defult install path for Keil uVision.
* Add Arm Keil Studio Pack to recommneded extensions for auto-install.
Copy link
Collaborator

@KeilChris KeilChris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

{
"label": "Start µVision Debugger",
"type": "process",
"command": "${env:LOCALAPPDATA}\\Keil_v5\\UV4\\UV4.exe",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whether
c:\\Keil_v5
or
c:\users\<user>\AppData\Local\Keil_v5
is the more likely user's default installation path for Keil MDK uVision is hard to tell.

@MatthiasHertel80 MatthiasHertel80 merged commit face418 into Arm-Examples:main Aug 19, 2024
0 of 2 checks passed
@rebolloluis rebolloluis deleted the vscode-fix branch August 21, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants