39 Commits

Author SHA1 Message Date
e02d94ad2f Allow password authentication in the config file 2020-05-12 19:59:54 -04:00
4f67f4e096 Disable automatic updates 2020-05-12 19:59:54 -04:00
00d164b67f Add default config file and improve config/data directory detection 2020-05-12 19:59:54 -04:00
c5179c2a06 Add support for a YAML config file 2020-05-12 19:59:53 -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
a96606e589 Fix mention of host/port in docs 2020-04-28 18:29:25 -04: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
ce637d318d Add descriptions to SSH flags 2020-03-30 17:43:08 -05:00
3463d56114 SSH server & endpoint 2020-03-16 15:14:53 -05:00
a00fa85d77 Qualify extensions in help output as VS Code extensions
Also add a description for uninstall-extension and force.
2020-03-13 13:23:30 -05:00
57de78e12a Add show-versions flag and add help for list-extensions
Closes #1417.
2020-03-13 13:17:59 -05:00
1f6ff2f763 Show --install-extension in help menu
Also add --force so extensions can be updated without prompts.

Closes #1392.
2020-03-05 10:42:49 -06:00
3a2644a2bc Fix vscode.sh 2020-02-20 18:36:38 -05:00
288e794c99 Update locale file location
Should make language packs work again.
2020-02-20 12:52:23 -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
f6b092b12d Merge branch 'restructure' 2020-02-18 13:30:37 -06:00
39a57700bc Enable access to vscode cli 2020-02-18 12:24:12 -06:00
1a54f6b7ef Merge remote-tracking branch 'origin/restructure' into anmol-restructure 2020-02-18 12:52:29 -05:00
4aa15401c3 Format and lint 2020-02-14 20:00:19 -05:00
db54f78e8e Implement automatic updates 2020-02-14 15:58:39 -06:00
256419004d Implement cli parser 2020-02-07 14:43:08 -06:00
63f3c04c57 Move user data directory logic out of patch 2020-02-06 13:12:00 -06:00
8a0f1d846e Move start path logic out of patch and fix it 2020-02-06 12:29:38 -06:00
b29346ecdf Implement new structure 2020-02-04 14:31:44 -06:00
e14362f322 Pass along Node options 2019-11-14 17:20:23 -06:00
af71203955 Fix relaunching during an update 2019-11-01 10:51:23 -05:00
87485948ad Kill inner process if parent process dies
Fixes #1076.
2019-10-29 14:43:27 -05:00
e22964915a Support opening workspaces from command line
Partly addresses #1121.
2019-10-28 16:25:51 -05:00
422503ef98 Proxy child exit code when exiting parent process
This fixes code-server exiting with zero on errors.
2019-10-28 14:57:01 -05:00
58f7f5b769 Properly fix blank --cert flag
See #1109.
2019-10-25 12:04:43 -05:00
b8e6369fbe Fix empty --cert not generating self-signed certificate
Fixes #1101.
2019-10-25 11:01:42 -05:00
e7945bea94 Enable password authentication by default
Fixes #1062.
2019-10-24 12:35:26 -05:00
bdd11f741b Update to 1.39.2
Also too the opportunity to rewrite the build script since there was a
change in the build steps (mainly how the product JSON is inserted) and
to get the build changes out of the patch. It also no longer relies on
external caching (we'll want to do this within CI instead).
2019-10-18 18:20:02 -05:00
56ce780522 Prevent process.exit() 2019-10-11 17:00:17 -05:00
548d095611 Add support for running extensions in the browser 2019-10-04 18:14:19 -05:00