VS Code.Live Server will not open jquery file. The path is correct ("..\jquery-3.0.0"). jsconfig.json is set to
{
"typeAcquisition": {
"include": [
"jquery.3.0.0"
]
}
}
When I try to open the file in file explorer I get an error code of 800A138F.
Any help with this issue would be greatly appreciated.