Remove troubleshooting steps for Chromium version

ESBuild doesn't use `browserslist` or `caniuse-lite`, so this step
isn't necessary.
This commit is contained in:
Koen Vlaswinkel
2024-01-03 12:01:12 +01:00
parent 4b49a8f9bb
commit dbee8dd57a

View File

@@ -34,15 +34,6 @@ files dependent on this version:
npm run generate
```
#### Troubleshooting
In case there's an error when specifying a version of Chromium, you may need to update the version of `caniuse-lite`
in `package.json` to a newer version. You should be able to do so by running:
```shell
npx update-browserslist-db@latest
```
## VS Code version used in tests
Our integration tests are currently pinned to use an older version of VS Code due to <https://github.com/github/vscode-codeql/issues/2402>.