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:
@@ -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>.
|
||||
|
||||
Reference in New Issue
Block a user