Skip to content

Commit

Permalink
Merge pull request #376 from CodinGame/remove-useless-dependency
Browse files Browse the repository at this point in the history
Remove unused server dependency
  • Loading branch information
CGNonofr authored Mar 22, 2024
2 parents 0d76058 + 02d3c15 commit 26e64fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollup/rollup.server.config.ts
Original file line number Diff line number Diff line change
@@ -98,7 +98,6 @@ export default (args: Record<string, string>): rollup.RollupOptions => {
'vscode-ext-host-server': './server.js'
},
dependencies: {
vscode: `npm:${pkg.name}@^${pkg.version}`,
...Object.fromEntries(Object.entries(pkg.dependencies).filter(([key]) => dependencies.has(key)))
}
}

1 comment on commit 26e64fe

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.