mirror of
https://github.com/cdr/code-server.git
synced 2025-12-14 20:35:24 +01:00
* refactor: remove folder/workspace from vsCodeCliArgs Since we handle this in the vscode.ts route, we no longer need to pass it to VS Code as a CLI arg since it's deprecated on that side. * feat(vscode): redirect to folder from cli * Update src/node/routes/vscode.ts Co-authored-by: Asher <ash@coder.com> * fixup!: update _: type * fixup!: move vars to lower if block * fixup!: share redirect block * fixup!: mmove req.query.ew block into if * fixup!: refactor vscode tests * refactor: make vscode.ts logic easier to read * fixup!: fix broken tests and clean up logic * chore: upgrade vscode version * fixup!: delete unnecessary if closed block * Update src/node/routes/vscode.ts Co-authored-by: Asher <ash@coder.com> * fixup!: rename to FOLDER_OR_WORKSPACE_WAS_CLOSED Co-authored-by: Asher <ash@coder.com> |
||
|---|---|---|
| .. | ||
| apps.ts | ||
| domainProxy.ts | ||
| errors.ts | ||
| health.ts | ||
| index.ts | ||
| login.ts | ||
| logout.ts | ||
| pathProxy.ts | ||
| update.ts | ||
| vscode.ts | ||