Skip to content

Add back support for non-encoded syntax for folder and workspace query params #4484

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
jsjoeio opened this issue Nov 10, 2021 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@jsjoeio
Copy link
Contributor

jsjoeio commented Nov 10, 2021

Introduced in #4414

@code-asher may have more details.

@jsjoeio jsjoeio added the bug Something isn't working label Nov 10, 2021
@jsjoeio jsjoeio mentioned this issue Nov 10, 2021
46 tasks
@code-asher
Copy link
Member

To test:

  1. Try going to localhost:8080/?folder=/path/to/my/directory
  2. Observe the directory does not open

We used to patch it so you could use this paths like these but currently you have to do some encoding by hand, for example vscode-remote%3A%2F%2Fpath%2Fto%2Fmy%2Fdirectory which feels unreasonable.

@jsjoeio
Copy link
Contributor Author

jsjoeio commented Nov 18, 2021

@code-asher can we close this via coder/vscode#15?

ZauberNerd pushed a commit to ZauberNerd/vscode that referenced this issue Dec 23, 2021
…ft#15)

* Add back support for unencoded folder/workspace query params

Fixes coder/code-server#4484.

* Standardize on @author for marking our changes
ZauberNerd pushed a commit to ZauberNerd/vscode that referenced this issue Dec 23, 2021
…ft#15)

* Add back support for unencoded folder/workspace query params

Fixes coder/code-server#4484.

* Standardize on @author for marking our changes
ZauberNerd pushed a commit to ZauberNerd/vscode that referenced this issue Dec 23, 2021
…ft#15)

* Add back support for unencoded folder/workspace query params

Fixes coder/code-server#4484.

* Standardize on @author for marking our changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants