code-server: 3.6.0 -> 3.8.0

This commit is contained in:
Derek Guenther
2021-01-18 00:03:35 +00:00
parent 51ea855376
commit c841fa4908
5 changed files with 90 additions and 41 deletions

View File

@@ -0,0 +1,10 @@
--- ./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');