Closed
Description
code-server
version: happens in v1 and v2 (see description)- OS Version: irrelevant
Description
If you put a file-link into a markdown like Please open [file.js](./file.js)
and open the preview code-server will produce links like:
- v1: http://localhost:8080/resource/home/coder/project/README.md
- v2: http://localhost:8080/webview/vscode-resource/home/coder/project/README.md
The original VSCode desktop handles these links like expected and opens the file in the current workspace.