Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tempuser1909 opened this issue Feb 14, 2020 · 0 comments
Labels
bug Something isn't working VSCode

Comments

@tempuser1909
Copy link

tempuser1909 commented Feb 14, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working VSCode
Projects
None yet
Development

No branches or pull requests

3 participants