andy265
andy265
### Minimal, reproducible example ```TypeScript const puppeteer = require('puppeteer'); (async () => { const browser = await puppeteer.launch({ headless: true, args: [ '--disable-gpu', '--disable-setuid-sandbox', '--disable-site-isolation-trials', `--enable-features=${[ 'NetworkServiceInProcess2', 'PrivacySandboxAdsAPIs', 'PrivacySandboxAdsAPIsOverride', ].join()}`,...
### How are you using the lua-language-server? Command Line ### Which OS are you using? Linux ### What is the issue affecting? Type Checking ### Expected Behaviour With the following...