github/vscode-codeql

Add tests for "open referenced file" command

Open

#980 opened on Oct 21, 2021

 (0 comments) (0 reactions) (0 assignees)TypeScript (236 forks)auto 404
VSCodegood first issue

Repository metrics

Stars
 (530 stars)
PR merge metrics
 (PR metrics pending)

Description

Originally added in #815, this command takes a referenced file path and uses the CLI to find the underlying .ql file. With #979 it will have some custom handling for Windows paths. This issue tracks adding unit or integration tests for it.

Contributor guide