EditorArea #24
Closed
matiaspalmac
started this conversation in
General
Replies: 1 comment
-
|
fixeado |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
en el commit de optimizacion se rompio el area del editor
f.path llega como C:\xxxx\xxx
monaco construye la URl desde ese path. en windows backslashes se mapean distinto:
- model.uri.fsPath → normaliza algunos separadores
- model.uri.path → usa forward slashes
- model.uri.toString() → URL-encoded, tipo file:///c%3A/Proyectos/...
ninguno matchea el string original y queda el contenido en blanco
Beta Was this translation helpful? Give feedback.
All reactions