code-server: 3.6.0 -> 3.8.0

This commit is contained in:
Derek Guenther
2021-01-27 09:15:00 -08:00
parent 51ea855376
commit c841fa4908
5 changed files with 90 additions and 41 deletions
@@ -0,0 +1,11 @@
--- ./lib/vscode/node_modules/fsevents/install.js
+++ ./lib/vscode/node_modules/fsevents/install.js
@@ -1,7 +1,3 @@
if (process.platform === 'darwin') {
- var spawn = require('child_process').spawn;
- var args = ['install', '--fallback-to-build'];
- var options = {stdio: 'inherit'};
- var child = spawn(require.resolve('node-pre-gyp/bin/node-pre-gyp'), args, options);
- child.on('close', process.exit);
+ process.stdout.write('fsevents disabled on Darwin by Nix build script\n')
}