code-server/packages/server/src
Asher 36c05ed335 Feature/1.32.0 update (#117)
* Update VS Code to 1.32.0

* Update patch

Most changes are moved files, most notably shell.contribution.ts which
is now main.contribution.ts.

Also:
- repl.ts no longer uses isMacintosh
- shell.ts doesn't exist
- added back the commented-out CSP headers

* Use es6 target for bootstrap-fork

* Directly reference cross-env binary

yarn and npm find the binary just fine when running the tasks from the
root but it doesn't work if you run one of those tasks directly from
within those directories.

* Update import paths and bootstrap-fork ignores

* Increase memory limit for building default extensions

* Fix invalid regex in Firefox

* Update startup function

* Fix global.require error

* Update zip extract arguments

* Update travis to minimum required Node version

* Always chmod executable dependencies

Fixes EACCESS errors for users that had the files unpacked before we
added the chmod call.

* Remove unused var declaration
2019-03-08 08:37:03 -08:00
..
vscode Add windows support (#41) 2019-02-28 14:04:19 -06:00
cli.ts Resolve paths 2019-03-07 11:25:26 -06:00
constants.ts Resolve paths 2019-03-07 11:25:26 -06:00
fill.ts Add ripgrep, fill native fs functions, add ping endpoint (#39) 2019-02-27 15:12:26 -06:00
ipc.ts Some cleanup 2019-02-06 11:53:23 -06:00
modules.ts Feature/1.32.0 update (#117) 2019-03-08 08:37:03 -08:00
portScanner.ts Featureful (#31) 2019-02-21 11:55:42 -06:00
server.ts Add allow-http flag 2019-03-04 07:45:35 +00:00