When I start a new CMSIS project in IAR, everything compiles and build correctly; however, when I use VScode with the IAR extension installed, Intellisense cannot find the libraries provided by CMSIS package manager.
I expect the behavior should be that the extensions handled the include paths for Intellisense so that it can recognize CMSIS files.
What actually happens is Intellisense cannot find these packages are produces an error.
- OS: Windows
- Embedded Workbench: ARM
- Embedded Workbench version: 9.40.2.67587
- VSC Extension version: 1.30.4
Here are some picture to support the issue:

