-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New flags readme #422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New flags readme #422
Conversation
... configuration options, update bug template to direct ide.coder.com issues to the correct place.
doc/self-hosted/index.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feels a bit difficult to parse this. Maybe:
Specify a custom directory for extensions. Provides compatibility with local VS Code extensions by specifying `--extensions-dir ~/.vscode/extensions`.
doc/self-hosted/index.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe:
Specify where data is stored. Provides compatibility with local VS Code configuration by specifying `--user-data-dir ~/.config/User`.
@joelhock
joelhock
Apr 15, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I realize this is correct for Linux, but for mac (at least on my installation), the local VS Code configuration is stored in --user-data-dir ~/Library/Application\ Support/Code/
It'd be nice to list both.
README.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe:
Use VS Code Data
Use your existing VS Code configuration and extensions using the --user-data-dir
and --extensions-dir
flags. View the quick start guide for more.
The readme has the "-h" flag twice. First for (-h, --host) and second for (-h, --help) causing a conflict as -h will never trigger for the help menu. This conflict is also found in the latest release.
Just noticed doc/self-hosted/index.md also mentions the code-server -h help option at bottom.
Use code-server -h
or code-server --help
to view the usage for the cli. This is also shown at the beginning of this section.
should read:
Use code-server --help
to view the usage for the cli. This is also shown at the beginning of this section.
I've updated this in the telemetry PR
Describe in detail the problem you had and how this PR fixes it
Update quick start guide and readme based on new flags introduced with #420
Adds a clause in bug report template about ide.coder.com issues
Is there an open issue you can link to?
n/a