github / vscode-codeql

An extension for Visual Studio Code that adds rich language support for CodeQL
https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-codeql
MIT License
428 stars 191 forks source link

Fix update-node-version script #3844

Closed koesie10 closed 3 days ago

koesie10 commented 3 days ago

The update-node-version script is crashing because the output is too large to fit into the default 1MB buffer. This increases the buffer to 10MB to ensure the script doesn't crash.