Skip to content

Commit 2df7d26

Browse files
authored
Remove unused basename import from VS Code customization bundler script (#282)
1 parent 013757b commit 2df7d26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/vscode/scripts/bundle-customizations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import {
2828
rmSync,
2929
writeFileSync,
3030
} from 'fs';
31-
import { basename, dirname, join, normalize, resolve } from 'path';
31+
import { dirname, join, normalize, resolve } from 'path';
3232
import { fileURLToPath, pathToFileURL } from 'url';
3333

3434
const __dirname = dirname(fileURLToPath(import.meta.url));

0 commit comments

Comments
 (0)