Commit f6739e5
Fix NLS mismatch in debug workspaces (#21367)
The REH server COPY overlays /vscode-reh-linux-x64/ onto /vscode-web/ in
/ide/, overwriting the web client's NLS files with the REH server's version.
Normal workspaces are unaffected because blobserve reads only the first Docker
layer. Debug workspaces serve from the merged filesystem, causing workbench.js
to reference NLS indices that don't exist in the REH's nls.messages.js.
Restore the web client NLS files after the REH overlay.
Co-authored-by: Ona <no-reply@ona.com>1 parent e9642e9 commit f6739e5
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
151 | 156 | | |
152 | 157 | | |
153 | 158 | | |
| |||
0 commit comments