Vscode Shell for Ipad

Tags

While I can run VSCode via code-server, certain shortcuts get captured by the browser making some things awkward (like Cmd+P for the command pallet).

It might be possible to have some kind of shell that makes things friendlier to use.


graph LR

ipad

subgraph desktop
code-server
bonjour
end

ipad -->|connect over http| code-server
bonjour -->|announce port| ipad