Skip to content

Commit

Permalink
Fix extension installation by not removing the package.json (#7161)
Browse files Browse the repository at this point in the history
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
  • Loading branch information
jansav committed Feb 15, 2023
1 parent 3f0de05 commit fbb37c6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,6 @@ export class ExtensionDiscovery {
const extension = await this.loadExtensionFromFolder(absPath);

if (extension) {
// Remove a broken symlink left by a previous installation if it exists.
await this.dependencies.removePath(extension.manifestPath);

// Install dependencies for the new extension
await this.dependencies.installExtension(extension.absolutePath);

Expand Down

0 comments on commit fbb37c6

Please sign in to comment.