We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6d5c1 commit 268fd9fCopy full SHA for 268fd9f
extensions/ql-vscode/CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
## [UNRELEASED]
4
5
-- Update results view to display the length of the shortest path for path queries.
+- Update results view to display the length of the shortest path for path queries. [#3687](https://github.com/github/vscode-codeql/pull/3687)
6
7
## 1.14.0 - 7 August 2024
8
extensions/ql-vscode/src/view/results/__tests__/AlertTableResultRow.spec.tsx
@@ -1,6 +1,6 @@
1
import { render as reactRender, screen } from "@testing-library/react";
import { AlertTableResultRow } from "../AlertTableResultRow";
-import type { Props } from "../AlertTablePathRow";
+import type { Props } from "../AlertTableResultRow";
import { createMockResults } from "../../../../test/factories/results/mockresults";
describe(AlertTableResultRow.name, () => {
0 commit comments