forked from adobe/brackets
-
Notifications
You must be signed in to change notification settings - Fork 279
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
Change content of new HTML files to not be empty. #143
Milestone
Comments
Make sure we put documentation about why we're doing this (e.g., because we always preview docs immediately in LiveDev) in the code that does this. |
Fixed with 155a862 |
This was referenced Sep 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, when you create a new HTML document, the content of that new file is empty. This leads to problems when trying to preview it. This solution is to intercept the writing process of HTML files and change the contents to a default page.
The text was updated successfully, but these errors were encountered: