Skip to content

'.' and '..' do not resolve when starting code-server #19

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

Closed
scsmithr opened this issue Mar 5, 2019 · 1 comment
Closed

'.' and '..' do not resolve when starting code-server #19

scsmithr opened this issue Mar 5, 2019 · 1 comment

Comments

@scsmithr
Copy link
Contributor

scsmithr commented Mar 5, 2019

The working directory when starting code-server with '.' or '..' ends up being '/'.

  • code-server version: 1.31.0
  • OS Version: Arch Linux

Steps to Reproduce

  1. Start code-server with code-server . or code-server ..
  2. Open in browser, see working directory is /
@sr229
Copy link
Contributor

sr229 commented Mar 6, 2019

Workaround is use $(pwd) for .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants