I have added built-in extensions for ms-python and python in my package.json file as follows:
My yarn scripts are as follows:
However, I get these errors when running yarn start:
Any help regarding this would be very helpful, thanks!
I have added built-in extensions for ms-python and python in my package.json file as follows:
My yarn scripts are as follows:
However, I get these errors when running yarn start:
Any help regarding this would be very helpful, thanks!
Hello, it is known issue. Theia does not support properly VS Code fs api yet. That’s very high on our priority list to get it done by mid of next month. You can follow this PR: https://github.com/eclipse-theia/theia/pull/7908
Hello, thanks a lot for the quick reply!