Skip to content

Commit

Permalink
Merge pull request #324 from kevinvalk/fix-321
Browse files Browse the repository at this point in the history
fix: vsix plugin regression in 1.85.3 (closes #321)
  • Loading branch information
CGNonofr authored Jan 21, 2024
2 parents 86990eb + ec42a44 commit ede479b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rollup-vsix-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function plugin ({

const resources = (await glob('**/*', {
fs: <FileSystemAdapter>vsixFS,
cwd: id,
cwd: '/',
onlyFiles: true
})).map(toResource)

Expand Down

0 comments on commit ede479b

Please sign in to comment.