Skip to content

Access sequences are not resolved when showing files #32

@jkrech

Description

@jkrech

Moved here from: ARM-software/vscode-cmsis-csolution#510
Type: Bug Report

Describe the bug
Access sequences (example: $OutDir()) are not resolved to actual values for files shown in the project (CMSIS View)

  • OS and Version: Win11
  • VS Code Version: 1.109.5
  • Extension Version: 1.66.0

To Reproduce

  1. Add a file to the project which uses an access sequence.
  2. Go to CMSIS View and hover over the file or click on it. The literal access sequence is being used.

Expected behavior
The access sequences should be resolved to actual values.

Code sample and logs
.cproject.yml

  groups:
    - group: Network
      files:
        - file: HTTPS_Server.c
        - file: HTTPS_Server_CGI.c
        - file: $OutDir()$/Web.c

The file Web.c exits in the output folder.

Screenshots
Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

Status

In review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions