Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

fix: vscode-remote support #83

Merged
merged 6 commits into from
Aug 15, 2023
Merged

fix: vscode-remote support #83

merged 6 commits into from
Aug 15, 2023

Conversation

Bubbleioa
Copy link
Contributor

@Bubbleioa Bubbleioa commented Aug 15, 2023

fix #41
related doc

Note: Currently the forwarding mechanism in the Codespaces browser-based editor only supports http and https requests. However, you can interact with any TCP connection when connecting to a codespace from VS Code.

Since ws is based on TCP, it works.

But I didn't test whether Codespaces browser-based editor supports ws or not.

@Bubbleioa
Copy link
Contributor Author

Tested on codespaces, the browser-based editor doesn't support ws.

@Myriad-Dreamin
Copy link
Collaborator

Codespace is known to have issue on websocket forwarding, see https://github.com/orgs/community/discussions/3908. This issue should not block #41, because imo the official browser editor https://typst.app beats web codespace totally.

@Enter-tainer Enter-tainer enabled auto-merge (squash) August 15, 2023 13:20
@Enter-tainer Enter-tainer merged commit d840b84 into Enter-tainer:main Aug 15, 2023
10 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to find typst-ws executable in VSCode remote
3 participants