vscode-codeql icon indicating copy to clipboard operation
vscode-codeql copied to clipboard

It appears that there is an issue resolving source archive's path when using network path

Open tempuser1909 opened this issue 5 years ago • 0 comments

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

  1. Database on a network folder (\x.x.x.x\a\b\c\database)
  2. 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.

tempuser1909 avatar Feb 14 '20 00:02 tempuser1909