Archived
1
0

Allow specifying a workspace on the command line

Fixes #1535.
This commit is contained in:
Asher
2020-04-16 11:50:53 -05:00
parent 29b6115c77
commit 974d4cb8fc
2 changed files with 16 additions and 3 deletions

View File

@ -139,8 +139,8 @@ 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.
3. The workspace or directory passed on the command line.
4. The last opened workspace or directory.
## Enterprise