coder / code-server

VS Code in the browser
https://coder.com
MIT License
66.63k stars 5.46k forks source link

[Feat]: How to open a specified file #6699

Closed Jleeci closed 4 months ago

Jleeci commented 4 months ago

like this: 127.0.0.1:8080/?openFile=/home/test/test.log

code-asher commented 4 months ago

Duplicate of https://github.com/coder/code-server/issues/1964.

There are some workarounds in that issue, apparently it is possible to use some payload query parameter? But I have not tried it myself.