code-server/packages
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
..
app Feature/1.32.0 update (#117) 2019-03-08 08:37:03 -08:00
disposable Remove block padding (blank lines) 2019-02-05 18:09:04 -06:00
dns Fix extra CSS being included on the client 2019-02-26 14:23:01 -06:00
events Make event listeners never undefined, remove unused func 2019-02-06 10:16:43 -06:00
ide Update element fill to replace `file` URIs in image tags 2019-03-06 00:06:44 +00:00
ide-api Update ide-api 2019-02-27 15:36:39 -06:00
logger Allow logger package to be publishable (#37) 2019-03-04 11:57:29 -06:00
protocol Add ping/pong to the protocol (#2) 2019-03-04 19:26:17 -08:00
requirefs Remove block padding (blank lines) 2019-02-05 18:09:04 -06:00
runner Add Dockerfile and some cleanup (#57) 2019-03-06 18:59:43 -08:00
server Feature/1.32.0 update (#117) 2019-03-08 08:37:03 -08:00
tunnel Add evaluation helpers (#33) 2019-02-22 15:56:29 -06:00
vscode Feature/1.32.0 update (#117) 2019-03-08 08:37:03 -08:00
web Feature/1.32.0 update (#117) 2019-03-08 08:37:03 -08:00
package.json Move node-pty tests 2019-02-19 15:38:17 -06:00
tsconfig.json Fix @coder imports 2019-02-05 11:15:43 -06:00
yarn.lock Implement fs module (#3) 2019-02-05 11:15:47 -06:00