docs: update VS Code Web subpath comment to reflect current support (#21375)

Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
This commit is contained in:
blinkagent[bot]
2026-01-02 17:16:27 +05:00
committed by GitHub
parent 07924037e7
commit 874f3994b5
@@ -145,7 +145,7 @@ command. To add VS Code web as a web IDE, you have two options.
display_name = "VS Code Web"
icon = "/icon/code.svg"
url = "http://localhost:13338?folder=/home/coder"
subdomain = true # VS Code Web does currently does not work with a subpath https://github.com/microsoft/vscode/issues/192947
subdomain = true # Subdomain is recommended for best compatibility. Subpath mode now works via --server-base-path (added in VS Code 1.88, March 2024)
share = "owner"
}
```