I'm currently in the process of creating a React application, however, I've encountered an issue where importing a .css file doesn't prompt vscode to display the file in the intellisense feature.
https://i.sstatic.net/nxhyV.png
It's unclear whether this problem lies with vs code itself or within my webpack configuration.
If you believe that examining the webpack config file is crucial in solving this issue, I am more than happy to provide it in the question.
Edit:
Interestingly, when including a .js or .jsx file, they are recognized as expected. However, the same does not apply to .css files.
https://i.sstatic.net/kXBe4.png
No special extensions are being used for the paths at the moment.