1--- ./lib/vscode/node_modules/playwright/install.js
2+++ ./lib/vscode/node_modules/playwright/install.js
3@@ -14,6 +14,4 @@
4 * limitations under the License.
5 */
6
7-const { installBrowsersWithProgressBar } = require('./lib/install/installer');
8-
9-installBrowsersWithProgressBar(__dirname);
10+process.stdout.write('Browser install disabled by Nix build script\n');