102f51ce1f
fix: surpress console log in cli test
2021-01-25 16:34:43 -07:00
0a07d67c8d
fix: prevent mocha/jest types conlict
...
Modify the tsconfig.json in lib/vscode/src/build.
This adds the flag skipLibCheck: true to tell TypeScript
to not type-check the declaration files at build time.
We need to add this because otherwise it checks the declaration
files and reports an error of duplicate type definitions
because we use Jest for our tests and they use Mocha and they
both use the global namespace "test" in their .d.ts files.
2021-01-21 10:11:09 -07:00
de7d0394ae
refactor: tests from mocha to jest
2021-01-21 10:10:32 -07:00
cef7d42652
feat: setup jest
2021-01-21 10:10:32 -07:00
60c270aef5
cli: hashedPassword -> hashed-password ( #2454 )
...
Capital letters in the CLI are evil.
cc @code-asher
2020-12-18 12:20:38 -05:00
b1282b9707
refactor: fix bug in --home test
2020-12-14 16:23:35 -07:00
8daba6ca80
feat: add home as a cli option
2020-12-14 16:23:35 -07:00
1dd7e4b4e1
Add hashedPassword config ( #2409 )
...
Resolve #2225 .
2020-12-08 14:54:17 -06:00
96995b78d1
Update cert flag test
2020-11-12 12:29:41 -06:00
dcb303a437
Move argument defaults into setDefaults
2020-10-20 16:15:13 -05:00
fe19391c03
Read most recent socket path from file
2020-10-09 16:57:43 -05:00
021c084e43
Move log level defaults into setDefaults
...
This will allow cliArgs to be only the actual arguments the user passed
which will be used for some logic around opening in existing instances.
2020-10-09 16:57:42 -05:00
8053ec6872
Allow user-data-dir and extension-dir in config.yaml
...
Closes #1676
2020-05-19 00:41:27 -04:00
5651201643
Copy old macOS data directory if applicable
2020-05-14 06:12:33 -04:00
00d164b67f
Add default config file and improve config/data directory detection
2020-05-12 19:59:54 -04:00
a2b69c8f3f
Fix inconsistencies in log flags and env var
...
- Fix priority to match the commented behavior.
- Ignore bogus LOG_LEVEL values.
2020-04-28 17:57:55 -05:00
af28885ea6
Deprecate --host and --port in favour of --bind-addr
2020-04-28 14:19:24 -04:00
d0d5461a67
Remove SSH server
...
Closes #1502
2020-04-27 09:27:45 -04:00
13534fa0c0
Add proxy-domain flag
...
This will be used for proxying ports.
2020-04-02 13:40:14 -05:00
e44ac0a30e
Use last positional argument as working directory
...
Instead of the first.
2020-02-20 18:48:17 -06:00
0e2eaa9b34
Add valid values for --log
2020-02-19 11:11:29 -06:00
0263188431
Handle --long=value format in the cli parser
2020-02-19 10:54:23 -06:00
46d6e17508
Prepare for release
...
- Add VS Code icon
- Trim dashboard to just display dedicated VS Code section
- Version was getting unset during build
- Add back nbin shim which I temporarily took out earlier
- Update tests for log level env var changes
2020-02-18 17:31:23 -06:00
4aa15401c3
Format and lint
2020-02-14 20:00:19 -05:00
256419004d
Implement cli parser
2020-02-07 14:43:08 -06:00