Hi , I’m facing this problem of not being able to open monaco editor in windows
but noting went wrong when I worked with MAC.
what I tried to do
- Firstly , I get a
cpp
file path, and I want to useMonacoEditorService.openCodeEditor
to open this file, and locate some certain position, this works fine with mac, but something wrong withwindows
My extention explaination
- Theia version : 1.16.0
- windows: Win 10
- with
cpp
windows plugins
If your guys have some idea. I will really appreaciate that!!