Describe your issue
When using this file path for my VS workspace, I run into an issue where the extension does not recognize the config file.
"folders": [
{
"path": "src"
},
{
"path": "../../../Components"
},
{
"path": "."
}
When trying to use . at the top path it works however my live server plugin then breaks, I've been fiddling with both extensions to no avail. Is there a better way to setup my directory so they both work or is there any setting options to make the extension to check under all the files?