I’m trying to create a library using this as a guide. The CLI created the structure properly, but I get Intellisense errors that .h files can’t be found. I did a “Particle: Audit Environment” on that project and a known working (non-library) project.
The main difference between the two is that the workspace:folders[] member is empty in the library project:
"workspace": {
"name": "mylib",
"isWorkspace": false,
"folders": []
},
I can hard code that section, but I’d like to have the tools produce it for consistency, etc. How can I get that section populated?