mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
10 lines
363 B
Diff
10 lines
363 B
Diff
--- ./lib/vscode/node_modules/playwright/install.js
|
|
+++ ./lib/vscode/node_modules/playwright/install.js
|
|
@@ -14,6 +14,4 @@
|
|
* limitations under the License.
|
|
*/
|
|
|
|
-const { installBrowsersWithProgressBar } = require('./lib/install/installer');
|
|
-
|
|
-installBrowsersWithProgressBar(__dirname);
|
|
+process.stdout.write('Browser install disabled by Nix build script\n');
|