Use custom implementation of basename instead of path-browserify version

This commit is contained in:
Robert
2023-07-26 09:59:02 +01:00
parent c5af8bdcd7
commit 07b8732a31

View File

@@ -27,7 +27,7 @@ import {
} from "./result-table-utils";
import { vscode } from "../vscode-api";
import { sendTelemetry } from "../common/telemetry";
import { basename } from "path";
import { basename } from "../../common/path";
/**
* Properties for the `ResultTables` component.