-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
broken non-html file editing and component behavior in general #892
Comments
I see this one issue with 3 different tasks independent of each other when it comest o solving them:
|
|
So first step can be to debug and solve it. But if it doesn't give us consistent result than we can follow the approach below. We want to have generalised behaviour but html files are special in our case. We can even open web-component file preview while having html files. So it becomes complicated. I said we might need to change how we handle files with monaco to simplify this special handling of special files like html. When we spawn a editor using monaco it creates a model. So instead of having single model I think we can have atleast 2 models. One for html files and other for non-html files. |
|
|
need to clean and generalize the behvior to work with any file type at the bottom layer, and then there should be constrained rules for each file type, therfore html (it might be working this way already with some issues)
The text was updated successfully, but these errors were encountered: