Open
Description
Describe the bug
Source archive's path appears to not have been resolved properly.
My database is stored on a network folder (\x.x.x.x\a\b\c\database) and when I add the database to vs code, Explorer shows that source archive could not be resolved. When I look at the path it is pointing to, it is actually \a\b\c\database\src.zip\ instead.
To Reproduce
- Database on a network folder (\x.x.x.x\a\b\c\database)
- Add database to vs code
Expected behavior
Source archive could not be resolved (\a\b\c\database\src.zip)
Additional context
To help troubleshoot, the version of VS code that I am using is 1.41.1 and the version of CodeQL extension that I am using is 1.0.4.
There are no issues with running queries and display the results.