From bce0cac48f8c58169c7513582ddc7bcbc2929bf8 Mon Sep 17 00:00:00 2001 From: Asher Date: Wed, 31 Jul 2019 16:34:44 -0500 Subject: [PATCH] Document recent VS Code patch changes --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 798047cc9..bbd654506 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Our changes include: - Allow multiple extension directories (both user and built-in). - Rewrite assets used in the CSS (like icons) or as images to use the base URL. - Change the loader to use the base URL. - - Change the web socket to use the base URL. + - Change the web socket to use the base URL and TLS if necessary. - Set the favicon using a relative path. - Modify the file service to support writing from an asynchronous stream (for uploading files). @@ -121,6 +121,8 @@ Our changes include: - Insert our upload service for use in editor windows and explorer. - Modify the log level to get its initial setting from the server. - Get telemetry working by adding a channel for it. + - Change a regular expression used for mnemonics so it works on Firefox. + - Make it possible for us to load code on the client. ## License [MIT](LICENSE)