Remove unused import

This commit is contained in:
Daniel Imms
2024-04-10 12:45:14 -07:00
parent cceb9cc6cf
commit 179b67917e

View File

@ -1,4 +1,4 @@
import { basename, dirname } from 'path';
import { dirname } from 'path';
import * as vscode from 'vscode';
const terminalProfileName = 'Tracking Editor';