Archived
1
0

Document workspace and folder behavior

Also fixed a type issue.
This commit is contained in:
Asher
2020-04-07 17:49:50 -05:00
parent a5c35af81b
commit 3b39482420
2 changed files with 13 additions and 4 deletions

View File

@ -104,6 +104,15 @@ demand and will work on it when the time is right.
Use the `--disable-telemetry` flag to completely disable telemetry. We use the
data collected only to improve code-server.
## How does code-server decide what workspace or folder to open?
code-server tries the following in order:
1. The `workspace` query parameter.
2. The `folder` query parameter.
3. The directory passed on the command line.
4. The last opened workspace or folder.
## Enterprise
Visit [our enterprise page](https://coder.com) for more information about our