include_dirs does not work with multiple workspaces
Opened this issue · 0 comments
laktech commented
- Create a workspace
- create a project with an include directory and a single hrl file
- vscode does not complain about the -include() that references the hrl file
- add another project to the workspace, similar to (2)
- vscode complains that -include() is unable to find the hrl in the project created in step (4).
are workspaces not supported?