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

CMSIS Outline View: invalid filename when using access sequence #159

Open
RobertRostohar opened this issue Dec 18, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@RobertRostohar
Copy link

Type: Bug Report

Describe the bug

  • OS and Version: Win11
  • VS Code Version: 1.96.0
  • Extension Version: 1.44

When a filename uses an access sequence (ex: Test_$BuildType$.c), the filename in the CMSIS Outline View is not expanded and is shown with the access sequence identifier rather than the actual filename.

To Reproduce

Simple project as shown in the picture.

Screenshot 2024-12-18 122258

Expected behavior
The filename test_debug.c should be displayed in the Outline View.

@RobertRostohar RobertRostohar added the bug Something isn't working label Dec 18, 2024
@jkrech jkrech moved this to Backlog in CMSIS Solution Extension Dec 18, 2024
@jkrech
Copy link
Collaborator

jkrech commented Dec 18, 2024

These files are currently read from cproject.yml but require to be updated once the *.cbuild.yml file information was loaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

3 participants