mirror of
https://github.com/cdr/code-server.git
synced 2026-05-08 12:30:40 +02:00
Updated Data Directory Flag (#664)
Old Version contained a deprecated flag
This commit is contained in:
parent
07342bbee7
commit
8256252967
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ Options:
|
||||||
```
|
```
|
||||||
|
|
||||||
### Data Directory
|
### Data Directory
|
||||||
Use `code-server -d (path/to/directory)` or `code-server --data-dir=(path/to/directory)`, excluding the parentheses to specify the root folder that VS Code will start in.
|
Use `code-server -d (path/to/directory)` or `code-server --user-data-dir=(path/to/directory)`, excluding the parentheses to specify the root folder that VS Code will start in.
|
||||||
|
|
||||||
### Host
|
### Host
|
||||||
By default, code-server will use `0.0.0.0` as its address. This can be changed by using `code-server -h` or `code-server --host=` followed by the address you want to use.
|
By default, code-server will use `0.0.0.0` as its address. This can be changed by using `code-server -h` or `code-server --host=` followed by the address you want to use.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue