Change handling of backslash/slash in configs #203
Unanswered
patrickpichler
asked this question in
Archive
Replies: 1 comment
-
Will be solved with monaco config 2.0 |
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.
-
As of right now, all
/
in the config will be replaced with\
on windows. Thiscould lead to some strange behaviors, such as replacing
/
in names.This is done solely to handle paths on windows, but if you think about it, there
is no need to replace every
/
in the config, as we read files from disk only onceat the beginning. Afterwards
/
could always be used to reference other configs.Beta Was this translation helpful? Give feedback.
All reactions