rtlxndr
rtlxndr
There is workaround that does the same and more but it patches compiled chrome, https://github.com/Bush2021/chrome_plus/tree/main
There are few steps required to do what you want. First, you need to rebuild it for electron, it will fix NODE_MODULE_VERSION message. I used @electron/rebuild and set some environment...
I have found the same through trial and error. Need to create a new profile with options, then it works.
try in settings.json: ``` "typescript.tsserver.watchOptions": { "watchFile": "fixedChunkSizePolling" }, ```