-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
- Add a file to the project which uses an access sequence.
- 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.cThe file
Web.cexits in the output folder.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In review
