I have:
Bug description
When using quarto preview with the VSCODE_PROXY_URI the url displayed is the good one (as was done in to #1542), but editing the previewed file, cause a reload to the root url ignoring the value in VSCODE_PROXY_URI
Steps to reproduce
In a code server environment (or with an env variable VSCODE_PROXY_URI) quarto createan empty website. Enter the new directory and executequarto preview`.
The preview url is the good one (evaluated against VSCODE_PROXY_URI).
Then edit the index.qmd file, the broser should reload at the root of the url (without the path indicated in VSCODE_PROXY_URI)
Actual behavior
No response
Expected behavior
No response
Your environment
No response
Quarto check output
Quarto 1.9.37
[✓] Checking environment information...
Quarto cache location: /home/onyxia/.cache/quarto
[✓] Checking versions of quarto binary dependencies...
Pandoc version 3.8.3: OK
Dart Sass version 1.87.0: OK
Deno version 2.4.5: OK
Typst version 0.14.2: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
Version: 1.9.37
Path: /usr/local/lib/quarto-1.9.37/bin
[✓] Checking tools....................OK
TinyTeX: v2026.04
Chromium: (not installed)
Chrome Headless Shell: (not installed)
VeraPDF: (not installed)
[✓] Checking LaTeX....................OK
Using: TinyTex
Path: /home/onyxia/.TinyTeX/bin/x86_64-linux
Version: 2026
[✓] Checking Chrome Headless....................OK
Chrome: (not detected)
[✓] Checking basic markdown render....OK
[✓] Checking R installation...........(None)
Unable to locate an installed version of R.
Install R from https://cloud.r-project.org/
[✓] Checking Python 3 installation....OK
Version: 3.13.12
Path: /opt/python/bin/python3
Jupyter: 5.9.1
Kernels: python3
[✓] Checking Jupyter engine render....OK
[✓] Checking Julia installation...
I have:
Bug description
When using
quarto previewwith theVSCODE_PROXY_URIthe url displayed is the good one (as was done in to #1542), but editing the previewed file, cause a reload to the root url ignoring the value inVSCODE_PROXY_URISteps to reproduce
In a code server environment (or with an env variable
VSCODE_PROXY_URI)quarto createan empty website. Enter the new directory and executequarto preview`.The preview url is the good one (evaluated against
VSCODE_PROXY_URI).Then edit the
index.qmdfile, the broser should reload at the root of the url (without the path indicated inVSCODE_PROXY_URI)Actual behavior
No response
Expected behavior
No response
Your environment
No response
Quarto check output
Quarto 1.9.37 [✓] Checking environment information... Quarto cache location: /home/onyxia/.cache/quarto [✓] Checking versions of quarto binary dependencies... Pandoc version 3.8.3: OK Dart Sass version 1.87.0: OK Deno version 2.4.5: OK Typst version 0.14.2: OK [✓] Checking versions of quarto dependencies......OK [✓] Checking Quarto installation......OK Version: 1.9.37 Path: /usr/local/lib/quarto-1.9.37/bin [✓] Checking tools....................OK TinyTeX: v2026.04 Chromium: (not installed) Chrome Headless Shell: (not installed) VeraPDF: (not installed) [✓] Checking LaTeX....................OK Using: TinyTex Path: /home/onyxia/.TinyTeX/bin/x86_64-linux Version: 2026 [✓] Checking Chrome Headless....................OK Chrome: (not detected) [✓] Checking basic markdown render....OK [✓] Checking R installation...........(None) Unable to locate an installed version of R. Install R from https://cloud.r-project.org/ [✓] Checking Python 3 installation....OK Version: 3.13.12 Path: /opt/python/bin/python3 Jupyter: 5.9.1 Kernels: python3 [✓] Checking Jupyter engine render....OK [✓] Checking Julia installation...