Skip to content

Commit

Permalink
fix: Can't resolve 'path/posix'
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenngoclongdev committed Oct 8, 2024
1 parent 40b6630 commit 0c39aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/importAsync.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { TerminalItem } from '@vscode-utility/terminal-browserify';
import { glob } from 'glob';
import path from 'path/posix';
import path from 'path';
import { QuickPickItem, window, workspace, WorkspaceFolder } from 'vscode';
import { Configuration } from '../configuration/configuration';
import { configurationTemplate } from '../configuration/template';
Expand Down

0 comments on commit 0c39aff

Please sign in to comment.