You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I posted a feature request for an allow+deny list for port forwarding on the jetbrains-backend-coder repo, but this also applies to the VS Code case. Cross-posting the issue here so we can separately track these for both IDEs:
Note that this can be done without explicit support in the Coder extension: the remote.portAttributes and remote.otherPortAttributes VS Code settings can be set through ~/.vscode-server/data/Machine/settings.json on the workspace.
If this is being driven by devcontainer.json, it's sufficient to copy portAttributes from devcontainer.json to remote.portAttributes in settings.json (and so on for otherPortAttributes), since the devcontainer.json schema for these matches VS Code's settings schema.
I posted a feature request for an allow+deny list for port forwarding on the jetbrains-backend-coder repo, but this also applies to the VS Code case. Cross-posting the issue here so we can separately track these for both IDEs:
Here is the JB version of the issue: coder/jetbrains-backend-coder#38
The text was updated successfully, but these errors were encountered: