We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5af8bd commit 07b8732Copy full SHA for 07b8732
extensions/ql-vscode/src/view/results/result-tables.tsx
@@ -27,7 +27,7 @@ import {
27
} from "./result-table-utils";
28
import { vscode } from "../vscode-api";
29
import { sendTelemetry } from "../common/telemetry";
30
-import { basename } from "path";
+import { basename } from "../../common/path";
31
32
/**
33
* Properties for the `ResultTables` component.
0 commit comments