Skip to content

chore: include vscode version bump in lockfile

Tristan Read requested to merge tr-update-package-lock into main

Description

We update package.json in !1262 (merged). This change causes package-lock.json to update after running npm install.

This MR commits that change so that developers can have a clean environment when switching branches.

Related Issues

Resolves #[issue_number]

How has this been tested?

  1. Run npm install
  2. See that there are no unstaged local changes.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap
Edited by Tristan Read

Merge request reports