You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The command CodeQL: Open Referenced File fails on Windows due to an erroneous leading / on the file path pointing to the ql file. This is likely due to a bad conversion between URI and file path.
Version
Extension v1.5.5
CodeQL CLI v2.6.2
Version: 1.60.2
To reproduce
Run the CodeQL: Open Referenced File command on a windows machine.
Expected behavior
The referenced ql file should open in the editor without error.
Additional context
This issue was originally part of #921 , sequestered due to its complexity.
The text was updated successfully, but these errors were encountered:
Describe the bug
The command
CodeQL: Open Referenced File
fails on Windows due to an erroneous leading/
on the file path pointing to the ql file. This is likely due to a bad conversion between URI and file path.Version
Extension v1.5.5
CodeQL CLI v2.6.2
Version: 1.60.2
To reproduce
Run the
CodeQL: Open Referenced File
command on a windows machine.Expected behavior
The referenced ql file should open in the editor without error.
Additional context
This issue was originally part of #921 , sequestered due to its complexity.
The text was updated successfully, but these errors were encountered: