11 Commits

Author SHA1 Message Date
8c2bb61af9 refactor: parse options with multiple = in cli
There was a case with the hashed-password which had multiple equal signs in the
value and it wasn't being parsed correctly. This uses a new function and adds a
few tests.
2021-06-08 14:33:17 -07:00
531b7c0c25 feat: add splitOnFirstEquals function 2021-06-08 14:33:16 -07:00
517aaf71c5 docs: update FAQ with new hashing instructions 2021-06-08 14:33:16 -07:00
ffa5c16e51 feat: update cli and test for hashed-password 2021-06-08 14:33:15 -07:00
083400b50a Add flag to enable permessage-deflate 2021-05-05 12:24:34 -05:00
cb65590b98 refactor: move tmpdir into src/node/constants 2021-04-23 14:35:32 -07:00
071c8e15fc Merge branch 'main' into jsjoeio/upgrade-vscode-1.54 2021-03-17 13:51:27 -07:00
d3df963d39 Merge branch 'main' into jsjoeio/upgrade-vscode-1.54 2021-03-16 14:42:51 -07:00
964ebe8d0a Replace fs-extra with fs.promises
Remove the Mac directory copy instead of refactoring it since we've had
this for a long time now and I think it's safe to assume that users
running code-server on Mac don't have the old directory anymore.
2021-03-16 12:51:08 -05:00
f33402c503 Remove extra awaits from tests 2021-03-15 15:34:44 -05:00
3f7104bb4e refactor: move unit tests to test/unit 2021-03-12 12:00:56 -07:00