mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Remove unused import
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { basename, dirname } from 'path';
|
||||
import { dirname } from 'path';
|
||||
import * as vscode from 'vscode';
|
||||
|
||||
const terminalProfileName = 'Tracking Editor';
|
||||
|
||||
Reference in New Issue
Block a user