Rename update Chromium version to generate
This also adds the script as a script in the `package.json` with the naming such that `npm generate` will re-generate the Chromium version file. This will ensure that the CI checks fail when the Chromium version doesn't match the minimum supported VS Code version.
This commit is contained in:
@@ -36,7 +36,7 @@ This version should be the same as the version of Chromium that is bundled with
|
||||
the version, run:
|
||||
|
||||
```bash
|
||||
npx ts-node scripts/update-chromium-version.ts
|
||||
npx ts-node scripts/generate-chromium-version.ts
|
||||
```
|
||||
|
||||
#### Troubleshooting
|
||||
|
||||
Reference in New Issue
Block a user