suggested by @jkaster Currently a file can be opened in an existing window: #1994 VS Code itself supports opening a file with line number with the -g (goto?) flag (see microsoft/vscode#39891): ```sh code -g file.txt:4 # works :) code-server -r -g file.txt:4 # error Unknown option -g ``` It would probably make sense to reuse this schema.